Drop ale plugin and config

This commit is contained in:
2023-01-13 22:45:12 +00:00
parent 877d90dd90
commit 20c3c27bd7
4 changed files with 0 additions and 16 deletions

View File

@@ -1,6 +1,5 @@
function! s:set_lit_cfg_filetype()
set filetype=python
ALEDisableBuffer
endfunction
au BufNewFile,BufReadPost lit.cfg call s:set_lit_cfg_filetype()