From 5a813210b289d92bbf24c82d154f6e06b5acf16b Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Mon, 1 Apr 2019 19:29:43 +0200 Subject: [PATCH] Whitespace Signed-off-by: Knut Ahlers --- init.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.vim b/init.vim index af30d67..082ae72 100644 --- a/init.vim +++ b/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