diff options
Diffstat (limited to 'vim-new')
| -rw-r--r-- | vim-new/init.vim | 3 | ||||
| -rw-r--r-- | vim-new/plugin/test.vim | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/vim-new/init.vim b/vim-new/init.vim index 084f85b..bcd69bf 100644 --- a/vim-new/init.vim +++ b/vim-new/init.vim @@ -1,7 +1,8 @@ " Miguel's Fresh Neovim Config " 29th Apr 2021 - now " -" link from ~/.config/nvim/init.vim +" link ./init.vim <- ~/.config/nvim/init.vim +" link ./plugin/ <- ~/.config/nvim/plugin/ " 1. install vim-plug " 2. run :PlugUpdate " 3. run :checkhealth diff --git a/vim-new/plugin/test.vim b/vim-new/plugin/test.vim new file mode 100644 index 0000000..09990d4 --- /dev/null +++ b/vim-new/plugin/test.vim @@ -0,0 +1 @@ +echo "hello" |
