diff options
| -rw-r--r-- | README.md | 9 | ||||
| -rw-r--r-- | plug-config/coc.vim | 1 | ||||
| -rw-r--r-- | utils/init.vim | 3 | 
3 files changed, 7 insertions, 6 deletions
| @@ -134,24 +134,21 @@ TabNine::config  ## TODO -- async task/run  - vimspector  - ale  - multiple cursors  - git messenger +- move coc to coc.old in install script  - markdown table -- spaceline (add colorscheme for mach 2)  - People asked about vimwiki I kinda hate it but maybe I'll add it +- spaceline (add colorscheme for mach2)  - neovide -- move coc to coc.old in install script -- later manually link pylance -- lazynpm for floaterm  - tpope/vim-dadbod +- later manually link pylance  ## coc additions to check out  - coc-fzf -- coc-async-tasks  - coc-stylelintplus  - coc-highlight (just for pick color, highlight is too slow)  - coc-floaterm diff --git a/plug-config/coc.vim b/plug-config/coc.vim index a9ade97d..b96ee154 100644 --- a/plug-config/coc.vim +++ b/plug-config/coc.vim @@ -3,6 +3,7 @@      \ 'coc-actions',      \ 'coc-lists',      \ 'coc-emmet', +    \ 'coc-tasks',      \ 'coc-pairs',      \ 'coc-tsserver',      \ 'coc-floaterm', diff --git a/utils/init.vim b/utils/init.vim new file mode 100644 index 00000000..079a3b4b --- /dev/null +++ b/utils/init.vim @@ -0,0 +1,3 @@ +" DO NOT REMOVE THIS IS USED FOR INSTALL SCRIPT +" Just pull in plugins for install +source $HOME/.config/nvim/vim-plug/plugins.vim | 
