Set lit[.local].cfg to Python & disable ALE
This commit is contained in:
parent
1be7ef4250
commit
970c674381
7
after/ftdetect/python.vim
Normal file
7
after/ftdetect/python.vim
Normal file
@ -0,0 +1,7 @@
|
||||
function! s:set_lit_cfg_filetype()
|
||||
set filetype=python
|
||||
ALEDisableBuffer
|
||||
endfunction
|
||||
|
||||
au BufNewFile,BufReadPost lit.cfg call s:set_lit_cfg_filetype()
|
||||
au BufNewFile,BufReadPost lit.local.cfg call s:set_lit_cfg_filetype()
|
Loading…
x
Reference in New Issue
Block a user