home: vim: ftdetect: add direnv
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bruno BELANYI 2023-02-17 15:53:55 +00:00
parent 2ec9aae6b7
commit 225e8f236e

View file

@ -0,0 +1,2 @@
" Use bash filetype for `.envrc` files
au BufNewFile,BufRead .envrc setfiletype bash