1
0
mirror of https://github.com/luzifer/vim.git synced 2024-09-19 11:02:55 +00:00

Whitespace

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-04-01 19:29:43 +02:00
parent 7acecee09e
commit 5a813210b2
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -976,9 +976,9 @@ let g:go_metalinter_deadline = "20s"
" "
let g:LanguageClient_serverCommands = { let g:LanguageClient_serverCommands = {
\ 'go': ['gopls'], \ 'go': ['gopls'],
\ 'python': ['pyls'], \ 'python': ['pyls'],
\ } \ }
" "
" Autoformat configuration " Autoformat configuration