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:
11
.vimrc
11
.vimrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user