coc
This commit is contained in:
parent
431124afb2
commit
332474b8c0
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"python.jediEnabled": false,
|
||||
"python.venvFolders": ["~/.local/share/virtualenvs"],
|
||||
"rust-analyzer.diagnostics.disabled": ["unresolved-proc-macro"],
|
||||
"languageserver": {
|
||||
"ocaml": {
|
||||
"command": "opam",
|
||||
|
|
|
@ -16,6 +16,8 @@ let g:ctrlp_user_command = 'rg %s --files --color=never --glob ""'
|
|||
Plug 'jiangmiao/auto-pairs', { 'for': 'rust' }
|
||||
Plug 'kovisoft/slimv', { 'for': 'lisp' }
|
||||
Plug 'leafOfTree/vim-svelte-plugin'
|
||||
Plug 'JuliaEditorSupport/julia-vim'
|
||||
|
||||
Plug 'mhinz/vim-startify'
|
||||
Plug 'tomasiser/vim-code-dark'
|
||||
Plug 'tpope/vim-sleuth'
|
||||
|
|
Loading…
Reference in a new issue