summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md51
1 files changed, 47 insertions, 4 deletions
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 <username>
+```
+
## 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