From 7eea23bb6c2449675a11f762838a8656d5de0f62 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 18 Mar 2021 23:47:03 -0400 Subject: prettier and eslint configured --- README.md | 51 +++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 47 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 28bb231c..70ae1e63 100644 --- a/README.md +++ b/README.md @@ -26,20 +26,24 @@ sudo rm -r neovim ## VSCode support -After installing the Neovim extension in VSCode +After installing the [Neovim extension](https://github.com/asvetliakov/vscode-neovim) in VSCode + +I recommend using this alongside the VSCode which-key extension + +Along with some of my config files you can find in utils/vscode_config Point the nvim path to your `nvim` binary -Point your `init.vim` path to: +Point your `init.lua` path to: ```vim -$HOME/.config/nvim/lua/nv-vscode/init.vim +$HOME/.config/nvim/lua/nv-vscode/init.lua ``` or if you are using this config alongside your own: ```vim -$HOME/.config/nvim/lua/nv-vscode/init.vim +$HOME/.config/nvim/lua/nv-vscode/init.lua ``` ## efm server is slow on close @@ -50,6 +54,44 @@ Install the latest with: go get github.com/mattn/efm-langserver@HEAD ``` +## Useful Programs + +``` +ranger +ueberzug +fd +ripgrep +jq +fzf +lazygit +lazydocker +ncdu +``` + +**Python** + +``` +pyright +flake8 +yapf +``` + +**Lua** + +``` +ninja +lua-format +sumneko-lua +``` + +## Vim Gists + +To use vim-gists you will need to configure the following: + +``` +git config --global github.user +``` + ## TODO **HIGH PRIORITY** @@ -62,6 +104,7 @@ go get github.com/mattn/efm-langserver@HEAD - for vsnip :h vim-vsnip, also figure out what integr does **LOW PRIORITY** +- add utf8 line col and spaces (maybe blame) - potentially switch to dashboard - make java code actions prettier - figure out how to customize java formatting -- cgit v1.2.3