Add linting engine

This commit is contained in:
don philipe
2024-01-05 11:07:09 +01:00
parent a5532feaf0
commit 80202b3467

4
.vimrc
View File

@@ -128,6 +128,10 @@ Plug 'morhetz/gruvbox'
" use `:Rg <pattern>` to search in current directory
Plug 'jremmen/vim-ripgrep'
" Multi language linting tool
" - https://github.com/koalaman/shellcheck install through package manager
Plug 'dense-analysis/ale'
call plug#end()