8 lines
		
	
	
		
			223 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			223 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
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()
 |