This commit is contained in:
Michael Zhang 2021-01-25 16:21:29 -06:00
parent 431124afb2
commit 332474b8c0
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,7 @@
{
"python.jediEnabled": false,
"python.venvFolders": ["~/.local/share/virtualenvs"],
"rust-analyzer.diagnostics.disabled": ["unresolved-proc-macro"],
"languageserver": {
"ocaml": {
"command": "opam",

View file

@ -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'