diff options
| -rw-r--r-- | files/.vimrc | 6 |
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 {{{ |
