Remove .env/.out filetype detection
This commit is contained in:
parent
3576ca02fe
commit
ab0b81b6de
@ -6,10 +6,6 @@ augroup benieAugroup
|
|||||||
au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$")
|
au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$")
|
||||||
\ | exe "normal! g'\"" | endif
|
\ | exe "normal! g'\"" | endif
|
||||||
|
|
||||||
" TODO: Move this to a plugin & rename to .enter .exit
|
|
||||||
au BufRead,BufNewFile .env set filetype=zsh
|
|
||||||
au BufRead,BufNewFile .out set filetype=zsh
|
|
||||||
|
|
||||||
" Highlight conflict markers in any filefile
|
" Highlight conflict markers in any filefile
|
||||||
au FileType * :call matchadd('Todo', '^\(<<<<<<<\||||||||\|=======\|>>>>>>>\)\s\ze.*$')
|
au FileType * :call matchadd('Todo', '^\(<<<<<<<\||||||||\|=======\|>>>>>>>\)\s\ze.*$')
|
||||||
augroup END
|
augroup END
|
||||||
|
Loading…
x
Reference in New Issue
Block a user