diff options
author | Chris <[email protected]> | 2021-03-15 12:58:57 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-15 12:58:57 -0400 |
commit | 570e143562b382d82b3e691cafe7bdf0f2d25160 (patch) | |
tree | 9b318d24fa9e4b974fb9d13a28f3cacaf76d317d /README.md | |
parent | d9c899652bdc29aa99ea5c2582bdc49d01655a4f (diff) |
support vscode
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -22,19 +22,31 @@ 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 +``` + ## TODO **HIGH PRIORITY** -- add vscode support - snippet support +- update whichkey bindings - add lots of lsp - react commenting - better autoimport - toggle virtual text diagnostics **LOW PRIORITY** +- improve VSCode support - move language servers not installed with npm to neovim local share location -- update whichkey bindings - more handsome/modern galaxyline - potentially custom colorscheme - look into autoinstall lsp |