home: vim: remove 'ALE' configuration

First step to modernising my configuration to use the native LSP client
instead.
This commit is contained in:
Bruno BELANYI 2022-02-23 17:37:33 +01:00
parent cc91b88b28
commit 5c3d3f5f1c
16 changed files with 0 additions and 214 deletions

View file

@ -1,10 +1,6 @@
" Create the `b:undo_ftplugin` variable if it doesn't exist
call ftplugined#check_undo_ft()
" Let ALE know that I want Markdown linters
let b:ale_linter_aliases=[ 'markdown' ]
let b:undo_ftplugin.='|unlet! b:ale_linter_aliases'
" Use a small indentation value on Pandoc files
setlocal shiftwidth=2
let b:undo_ftplugin.='|setlocal shiftwidth<'