Make sure VIM is installed with correct settings

This commit is contained in:
Josh Brower
2021-04-22 09:35:42 -04:00
parent f0e9b09d8f
commit 8f37b6b73b
2 changed files with 16 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
" Activates filetype detection
filetype plugin indent on
" Sets .sls files to use YAML syntax highlighting
autocmd BufNewFile,BufRead *.sls set syntax=yaml
set number