From e8b0c0f5d513173c492a8617685fedc928e4c1bb Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Thu, 12 Dec 2019 08:32:17 +0000 Subject: Added common LSC configuration --- vimrc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'vimrc') diff --git a/vimrc b/vimrc index c5527bc..f33fa4f 100644 --- a/vimrc +++ b/vimrc @@ -102,3 +102,18 @@ let NERDTreeQuitOnOpen=1 " disable ctags completely, use it through gtags plugin let g:loaded_gentags#ctags = 1 +" LSC conf + +" Required for operations modifying multiple buffers like rename. +set hidden + +let g:lsc_preview_split_direction = "below" + +" dependent on gruvbox theme +highlight link lscDiagnosticError GruvboxRedSign +highlight link lscDiagnosticWarning GruvboxYellowSign + +autocmd CompleteDone * silent! pclose + +" add you lsc_server_commands and lsc_auto_map locally + -- cgit v1.2.3