diff options
author | Chris <[email protected]> | 2021-03-15 13:49:01 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-15 13:49:01 -0400 |
commit | c2eb12dc46be3850f11789655fe967fd8f5b0743 (patch) | |
tree | 927a9c45193598bb842e5bf95cc7088f87b8c8bc /README.md | |
parent | c09032b8c084bbc36e591582da80b14f02e6cedf (diff) | |
parent | 54dfe417143d67c64ff5c779f561cda0182670e3 (diff) |
updates
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 39 |
1 files changed, 29 insertions, 10 deletions
@@ -22,20 +22,39 @@ cd ~ sudo rm -r neovim ``` +## VSCode support + +After installing the Neovim extension in VSCode + +Point the nvim path to your `nvim` binary + +Point your `init.vim` path to: + +```vim +$HOME/.config/nvim/lua/nv-vscode/init.vim +``` + +or if you are using this config alongside your own: + +```vim +$HOME/.config/nvim/lua/nv-vscode/init.vim +``` + ## TODO + +**HIGH PRIORITY** - snippet support -- configure git blame +- update whichkey bindings - add lots of lsp -- move language servers not installed with npm to neovim local share location -- add lisence -- add icons to startify -- add vscode support - react commenting -- update whichkey bindings +- toggle virtual text diagnostics + +**LOW PRIORITY** +- improve VSCode support +- move language servers not installed with npm to neovim local share location - more handsome/modern galaxyline -- get logo +- better autoimport +- potentially custom colorscheme - look into autoinstall lsp -- prefer single line comments kommentary -- fix ctrl-k -- maximizer plugin +- get logo - configure neogit |