From 47d8d7c503ba73ad5c22ae927e08cd637b1167aa Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Tue, 1 Oct 2024 21:17:59 +0500 Subject: vim: Set direnv to be also sh filetype --- files/.vimrc | 6 ++++++ 1 file changed, 6 insertions(+) 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 {{{ -- cgit v1.2.3