merge
This commit is contained in:
parent
194c9e31ca
commit
b876d10530
@ -8,6 +8,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"coc.source.iced.enable": true,
|
"coc.source.iced.enable": true,
|
||||||
|
"coc.preferences.formatOnSaveFiletypes": ["css","markdown"],
|
||||||
"diagnostic-languageserver.filetypes": {
|
"diagnostic-languageserver.filetypes": {
|
||||||
"vim": "vint",
|
"vim": "vint",
|
||||||
"email": "languagetool",
|
"email": "languagetool",
|
||||||
|
@ -76,6 +76,8 @@ Plug 'williamboman/mason.nvim'
|
|||||||
Plug 'williamboman/mason-lspconfig.nvim'
|
Plug 'williamboman/mason-lspconfig.nvim'
|
||||||
Plug 'neovim/nvim-lspconfig', {'branch': 'v0.1.6'}
|
Plug 'neovim/nvim-lspconfig', {'branch': 'v0.1.6'}
|
||||||
|
|
||||||
|
" Go
|
||||||
|
Plug 'fatih/vim-go', {'do':':GoUpdateBinaries'}
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user