From aa4576364b4e0663fa6ee4ac96080f6433ad4f5b Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 7 Aug 2020 21:33:09 -0400 Subject: fixing install script --- README.md | 9 +++------ plug-config/coc.vim | 1 + utils/init.vim | 3 +++ 3 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 utils/init.vim diff --git a/README.md b/README.md index fdf785e7..b6002970 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3