mirror of
https://github.com/luzifer/vim.git
synced 2024-11-12 17:22:48 +00:00
Whitespace
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
7acecee09e
commit
5a813210b2
1 changed files with 3 additions and 3 deletions
6
init.vim
6
init.vim
|
@ -976,9 +976,9 @@ let g:go_metalinter_deadline = "20s"
|
|||
"
|
||||
|
||||
let g:LanguageClient_serverCommands = {
|
||||
\ 'go': ['gopls'],
|
||||
\ 'python': ['pyls'],
|
||||
\ }
|
||||
\ 'go': ['gopls'],
|
||||
\ 'python': ['pyls'],
|
||||
\ }
|
||||
|
||||
"
|
||||
" Autoformat configuration
|
||||
|
|
Loading…
Reference in a new issue