X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/e6d5147da6f767381cd075cd411ebd80bd43e476..a975a3a64e3e421dbdf28aedf0a99f17c6b81753:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index 534116d..38e050a 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -73,13 +73,6 @@ Plug 'kana/vim-operator-user' " Check LucHermites plugins: https://github.com/LucHermitte/lh-cpp Plug 'dense-analysis/ale' " {{{2 let g:ale_echo_msg_format = '[%linter%] %code: %%s' -let g:ale_c_parse_compile_commands = 1 -let g:ale_cpp_parse_compile_commands = 1 -" don't use loclist as it's being populated by ycm -" (might want to enable for other filetypes) -let g:ale_set_loclist = 0 -let g:ale_cpp_gcc_options = '' -let g:ale_linters_ignore = { 'cpp': ['clangd', 'clangtidy', 'clang'] } Plug 'git@github.com:/ram-z/vim-orgmode', { 'branch': 'dev' } " {{{2 Plug 'vim-scripts/syntaxrange'