Removed ALE plugin

Actually, I commented it out.  I don't think I'm using it and I don't
think I understand it.
This commit is contained in:
2024-02-26 17:40:46 -05:00
parent 729eabb51e
commit d81ebbc07a

11
.vimrc
View File

@@ -101,12 +101,7 @@ Plug 'tpope/vim-fugitive'
" ALE displays warnings and errors in files being edited before being saved back to the filesystem
" https://github.com/dense-analysis/ale
Plug 'dense-analysis/ale'
" VimWiki - VimWiki is a personal wiki for Vim
" [VimWiki](https://mkaz.blog/working-with-vim/vimwiki/)
" Plug 'vimwiki/vimwiki'
" Removed 2024-02-22 - might not be using this after all
"Plug 'dense-analysis/ale'
" Vim Markdown
" Suggestions from [Writing Markdown in Vim](https://codeinthehole.com/tips/writing-markdown-in-vim/)
@@ -145,6 +140,10 @@ autocmd FileType markdown set formatoptions=jlnrt
" Open folds by default
au BufWinEnter * normal zR
" ALE
"let b:ale_linters = ['markdownlint', 'vale']
"let b:ale_fixers = ['prettier']
" ---------------------------------------------------------------------------------------------------------------------
" ==> Colors
" Term GUI Colors