aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Bobov <anton@bobov.name>2024-10-01 21:17:59 +0500
committerAnton Bobov <anton@bobov.name>2024-10-01 21:17:59 +0500
commit47d8d7c503ba73ad5c22ae927e08cd637b1167aa (patch)
treec5f6a2b7070c5096766e094462f119e971140c9b
parent3d0b082da0a300a16d1cc41bc446384e0e63c99f (diff)
vim: Set direnv to be also sh filetype
-rw-r--r--files/.vimrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/files/.vimrc b/files/.vimrc
index 186a70f..79d3335 100644
--- a/files/.vimrc
+++ b/files/.vimrc
@@ -524,6 +524,12 @@ augroup ft_markdown
au FileType markdown setlocal textwidth=0
augroup END
" }}}
+" Direnv {{{
+augroup ft_direnv
+ au!
+ au FileType direnv setlocal filetype=direnv.sh
+augroup END
+" }}}
" }}}
" Plugins {{{
" Surround {{{