Update .vimrc and .bashrc

This commit is contained in:
2024-03-09 22:32:31 +01:00
parent 1ecafc120e
commit 20f74f3cf3
2 changed files with 1 additions and 9 deletions

7
.vimrc
View File

@ -25,13 +25,6 @@ set background=dark
" PLUGINS ---------------------------------------------------------------- {{{
call plug#begin('~/.vim/plugged')
Plug 'preservim/nerdtree'
Plug 'dense-analysis/ale'
call plug#end()
let g:ale_linters = {'python': ['pylint'], 'c': ['cc'], 'sh': ['shell']}
let g:ale_linters_explicit = 1
let g:ale_python_pylint_options='--max-line-length=160 --disable=missing-docstring --disable=invalid-name'