diff --git a/docs/TODO.md b/docs/TODO.md index 6e71760b..ad144246 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -1,6 +1,8 @@ # TODOs * Port over installations handled by Taskfile.yml +https://github.com/search?q=vscode&type=repositories&s=stars&o=desc&p=2 +* COC Extensions ## Pending diff --git a/home/dot_config/vim/vimrc b/home/dot_config/vim/vimrc index efb7d8c1..358a3960 100644 --- a/home/dot_config/vim/vimrc +++ b/home/dot_config/vim/vimrc @@ -29,7 +29,6 @@ Plug '~/.vim/plugged/zoxide.vim' Plug '~/.vim/plugged/vim-go' Plug '~/.vim/plugged/ansible-vim', {'do': './UltiSnips/generate.sh'} call plug#end() -" TODO -- add executable checks around plugins " Install Coc extensions if executable('node')