aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-08-01 00:46:00 +0800
committerjdhao <jdhao@hotmail.com>2021-08-01 00:46:00 +0800
commit6996b6b24fbc5cadb93384b9ddd9e1407b63f46a (patch)
tree43ae67db48af5cc1e918a344c4c3f6d8ec3e8a5d /core
parent9a1066b4e9d98d0a225526512a8889a226e94b7e (diff)
ALE is not needed (use nvim-lsp instead)
Diffstat (limited to 'core')
-rw-r--r--core/plugins.vim14
1 files changed, 0 insertions, 14 deletions
diff --git a/core/plugins.vim b/core/plugins.vim
index db4d7b3..5b830c8 100644
--- a/core/plugins.vim
+++ b/core/plugins.vim
@@ -217,20 +217,6 @@ let g:XkbSwitchEnabled = 1
"}}
"{{ Linting and formating
-"""""""""""""""""""""""""""""" ale settings """""""""""""""""""""""
-" linters for different filetypes
-let g:ale_linters = {
- \ 'vim': ['vint'],
- \ 'cpp': ['cppcheck'],
- \ }
-
-" Only run linters in the g:ale_linters dictionary
-let g:ale_linters_explicit = 1
-
-" Linter signs
-let g:ale_sign_error = 'x'
-let g:ale_sign_warning = '!'
-
"""""""""""""""""""""""""""""" neoformat settings """""""""""""""""""""""
let g:neoformat_enabled_python = ['black', 'yapf']
let g:neoformat_cpp_clangformat = {