aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/ale.vim
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2023-04-11 20:54:00 +0800
committerGuangxiong Lin <[email protected]>2023-04-11 20:54:00 +0800
commitbf3214c56c16f759efdcb9be0dadf37ec59e9e76 (patch)
tree07f6a77249841f3d9dadf31f3ecbac813f538069 /.vim/after/plugin/ale.vim
parent40e994bcc68f2999b0f8c481f292d74031f88b91 (diff)
downloaddotfiles-bf3214c56c16f759efdcb9be0dadf37ec59e9e76.tar.gz
dotfiles-bf3214c56c16f759efdcb9be0dadf37ec59e9e76.tar.bz2
dotfiles-bf3214c56c16f759efdcb9be0dadf37ec59e9e76.zip
Update vim config
Diffstat (limited to '.vim/after/plugin/ale.vim')
-rw-r--r--.vim/after/plugin/ale.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/after/plugin/ale.vim b/.vim/after/plugin/ale.vim
index 2bdd541..7b01aec 100644
--- a/.vim/after/plugin/ale.vim
+++ b/.vim/after/plugin/ale.vim
@@ -10,6 +10,7 @@ let g:ale_virtualtext_cursor = 1
let g:ale_linters = {
\ 'c': ['clangd', 'cc', 'ccls'],
\ 'go': [],
+ \ 'python': ['pylint'],
\ }
nmap <silent> [g <Plug>(ale_previous_wrap)