Updates
This commit is contained in:
parent
e094f94027
commit
e0caf12258
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
# TODOs
|
# TODOs
|
||||||
|
|
||||||
* Port over installations handled by Taskfile.yml
|
* Port over installations handled by Taskfile.yml
|
||||||
|
https://github.com/search?q=vscode&type=repositories&s=stars&o=desc&p=2
|
||||||
|
* COC Extensions
|
||||||
|
|
||||||
## Pending
|
## Pending
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,6 @@ Plug '~/.vim/plugged/zoxide.vim'
|
||||||
Plug '~/.vim/plugged/vim-go'
|
Plug '~/.vim/plugged/vim-go'
|
||||||
Plug '~/.vim/plugged/ansible-vim', {'do': './UltiSnips/generate.sh'}
|
Plug '~/.vim/plugged/ansible-vim', {'do': './UltiSnips/generate.sh'}
|
||||||
call plug#end()
|
call plug#end()
|
||||||
" TODO -- add executable checks around plugins
|
|
||||||
|
|
||||||
" Install Coc extensions
|
" Install Coc extensions
|
||||||
if executable('node')
|
if executable('node')
|
||||||
|
|
Loading…
Reference in a new issue