From 4111b28ae89d04c171d9d252bf649f598aa6cbc2 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 15 Mar 2021 10:41:54 -0400 Subject: remove keybinding --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index bb1d8242..2df3c686 100644 --- a/README.md +++ b/README.md @@ -27,15 +27,14 @@ sudo rm -r neovim - add lots of lsp - configure neogit - configure git blame +- prefer single line comments kommentary - move language servers not installed with npm to neovim local share location -- add vscode support - react commenting -- add lisence +- add license - add icons to startify - update whichkey bindings - more handsome/modern galaxyline - potentially custom colorscheme -- get logo +- add vscode support - look into autoinstall lsp -- prefer single line comments kommentary -- fix ctrl-k +- get logo -- cgit v1.2.3 From 4ed47a3471fbf489c7426e0076746c02fbd8e83a Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 15 Mar 2021 10:46:53 -0400 Subject: update comments --- README.md | 1 - 1 file changed, 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2df3c686..6279f13c 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,6 @@ sudo rm -r neovim - add lots of lsp - configure neogit - configure git blame -- prefer single line comments kommentary - move language servers not installed with npm to neovim local share location - react commenting - add license -- cgit v1.2.3 From 0200aa0da964b7a1121cbdcfbe359e0a1f1a7bfe Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 15 Mar 2021 10:55:21 -0400 Subject: update readme --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6279f13c..a3a01afd 100644 --- a/README.md +++ b/README.md @@ -24,16 +24,14 @@ sudo rm -r neovim ## TODO - snippet support -- add lots of lsp -- configure neogit - configure git blame +- add lots of lsp - move language servers not installed with npm to neovim local share location - react commenting -- add license -- add icons to startify - update whichkey bindings - more handsome/modern galaxyline - potentially custom colorscheme - add vscode support - look into autoinstall lsp - get logo +- configure neogit -- cgit v1.2.3 From dae005f87f91b5ce150629f86f5f376a1f90f253 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 15 Mar 2021 11:54:53 -0400 Subject: updates --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a3a01afd..5e095787 100644 --- a/README.md +++ b/README.md @@ -23,15 +23,21 @@ sudo rm -r neovim ``` ## TODO + +**HIGH PRIORITY** - snippet support +- auto close tags - configure git blame +- react commenting +- better autoimport - add lots of lsp +- add vscode support + +**LOW PRIORITY** - move language servers not installed with npm to neovim local share location -- react commenting - update whichkey bindings - more handsome/modern galaxyline - potentially custom colorscheme -- add vscode support - look into autoinstall lsp - get logo - configure neogit -- cgit v1.2.3 From 8f10e3cf3d271e827d65823d79db76da944c29d8 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 15 Mar 2021 12:14:48 -0400 Subject: auto close tags --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5e095787..e41c321a 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,12 @@ sudo rm -r neovim **HIGH PRIORITY** - snippet support -- auto close tags - configure git blame - react commenting - better autoimport - add lots of lsp - add vscode support +- toggle virtual text diagnostics **LOW PRIORITY** - move language servers not installed with npm to neovim local share location -- cgit v1.2.3 From d9c899652bdc29aa99ea5c2582bdc49d01655a4f Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 15 Mar 2021 12:34:37 -0400 Subject: add git blame plugin --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e41c321a..a0e88554 100644 --- a/README.md +++ b/README.md @@ -25,12 +25,11 @@ sudo rm -r neovim ## TODO **HIGH PRIORITY** +- add vscode support - snippet support -- configure git blame +- add lots of lsp - react commenting - better autoimport -- add lots of lsp -- add vscode support - toggle virtual text diagnostics **LOW PRIORITY** -- cgit v1.2.3 From 570e143562b382d82b3e691cafe7bdf0f2d25160 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 15 Mar 2021 12:58:57 -0400 Subject: support vscode --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a0e88554..d9cee445 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3 From 4b27eef426ec4c257c18c88b88b393e17c7e9e05 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 15 Mar 2021 13:00:35 -0400 Subject: update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index d9cee445..68fe2001 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,12 @@ Point your `init.vim` path to: $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** -- cgit v1.2.3 From 54dfe417143d67c64ff5c779f561cda0182670e3 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 15 Mar 2021 13:03:12 -0400 Subject: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 68fe2001..e7e2a62b 100644 --- a/README.md +++ b/README.md @@ -47,13 +47,13 @@ $HOME/.config/nvim/lua/nv-vscode/init.vim - 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 - more handsome/modern galaxyline +- better autoimport - potentially custom colorscheme - look into autoinstall lsp - get logo -- cgit v1.2.3