tests.
This commit is contained in:
parent
dad8712ab1
commit
e53cba28ea
1 changed files with 5 additions and 1 deletions
6
.vimrc
6
.vimrc
|
|
@ -6,7 +6,11 @@ call plug#begin()
|
|||
Plug 'tpope/vim-sensible'
|
||||
Plug 'tpope/vim-eunuch'
|
||||
Plug 'tpope/vim-fugitive'
|
||||
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||
|
||||
if hostname() == "jupiter"
|
||||
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||
endif
|
||||
|
||||
Plug 'bluz71/vim-moonfly-colors', { 'as': 'moonfly' }
|
||||
Plug 'flazz/vim-colorschemes'
|
||||
Plug 'vim-python/python-syntax'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue