Add .env/.out filetype autocmds
This commit is contained in:
parent
0b4fcc62f3
commit
5a151e95d8
@ -7,4 +7,6 @@ augroup benieAugroup
|
|||||||
" Reopening a file at last curson position
|
" Reopening a file at last curson position
|
||||||
au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$")
|
au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$")
|
||||||
\ | exe "normal! g'\"" | endif
|
\ | exe "normal! g'\"" | endif
|
||||||
|
au BufRead,BufNewFile .env set filetype=zsh
|
||||||
|
au BufRead,BufNewFile .out set filetype=zsh
|
||||||
augroup END
|
augroup END
|
||||||
|
Loading…
x
Reference in New Issue
Block a user