From bfcf93ce6d15566c6df55d7abfd3fef39f9fad2b Mon Sep 17 00:00:00 2001 From: Pavel Lutskov Date: Sat, 4 Jul 2020 10:59:01 +0200 Subject: [PATCH] settings.vim: saner C indent and clangd config --- plugin/settings.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin/settings.vim b/plugin/settings.vim index 9ce6ae5..fa2d801 100644 --- a/plugin/settings.vim +++ b/plugin/settings.vim @@ -33,6 +33,7 @@ set incsearch set laststatus=2 set nojoinspaces set backspace= +set cino=(0,u0,Ws,m1 " set splitbelow " }}} @@ -99,6 +100,7 @@ let g:ycm_filetype_blacklist = { \ 'rst': 1, \ 'html': 1, \ } +let g:ycm_clangd_args = ['--header-insertion=never'] if has('patch-8.0') " This is supposed to hide User defined completion ^U^X^P set shortmess+=c