diff options
Diffstat (limited to '.vim/plugins')
-rw-r--r-- | .vim/plugins/general.plug | 1 | ||||
-rw-r--r-- | .vim/plugins/misc.plug | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/.vim/plugins/general.plug b/.vim/plugins/general.plug index fd57452..4bbc709 100644 --- a/.vim/plugins/general.plug +++ b/.vim/plugins/general.plug @@ -4,6 +4,7 @@ Plug 'Valloric/YouCompleteMe', { \ 'for': ['python', 'cpp', 'go', 'gdscript'] \ } Plug 'dense-analysis/ale' +Plug 'sheerun/vim-polyglot' let g:ycm_language_server = [] let g:Lf_RootMarkers = [] diff --git a/.vim/plugins/misc.plug b/.vim/plugins/misc.plug index f79b438..34de763 100644 --- a/.vim/plugins/misc.plug +++ b/.vim/plugins/misc.plug @@ -10,4 +10,7 @@ nnoremap <F10> :call asyncrun#quickfix_toggle(6)<cr> Plug 'mhinz/vim-signify' Plug 'tpope/vim-unimpaired' Plug 'godlygeek/tabular' -Plug 'sonph/onehalf', { 'rtp': 'vim' } + +" colorscheme +" Plug 'sonph/onehalf', { 'rtp': 'vim' } +Plug 'joshdick/onedark.vim' |