aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {{{