From e511f8e110fa5200d667ebee2e7403dbe98721ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 13 Mar 2024 10:52:06 +0100 Subject: nvim: switch from ale and other tweaks --- config/nvim/ftplugin/cpp.vim | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 config/nvim/ftplugin/cpp.vim (limited to 'config/nvim/ftplugin/cpp.vim') diff --git a/config/nvim/ftplugin/cpp.vim b/config/nvim/ftplugin/cpp.vim deleted file mode 100644 index 89944ea..0000000 --- a/config/nvim/ftplugin/cpp.vim +++ /dev/null @@ -1,8 +0,0 @@ -" This is for C but vim defines *.h as cpp type so here we have it -let b:ale_linters = ['ccls', 'cppcheck', 'flawfinder'] -let b:ale_fixers = ['clang-format', 'remove_trailing_lines', 'trim_whitespace'] -let g:ale_cpp_ccls_init_options = {'cache': {'directory': '/tmp/ccls/cache'}} -let g:ale_cpp_parse_compile_commands = 1 - -nmap :ALENext -nmap :ALEPrevious -- cgit v1.2.3