From d81ebbc07a29c6de6f182f5712542c4f22178716 Mon Sep 17 00:00:00 2001 From: chawley Date: Mon, 26 Feb 2024 17:40:46 -0500 Subject: [PATCH] Removed ALE plugin Actually, I commented it out. I don't think I'm using it and I don't think I understand it. --- .vimrc | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.vimrc b/.vimrc index 62e1bd5..ade9fa6 100644 --- a/.vimrc +++ b/.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