Remove line numbers from vi

This commit is contained in:
Doug Burks
2023-01-06 14:23:54 -05:00
committed by GitHub
parent 2e53476a06
commit 10e82c5f1c

View File

@@ -3,4 +3,3 @@ filetype plugin indent on
" Sets .sls files to use YAML syntax highlighting
autocmd BufNewFile,BufRead *.sls set syntax=yaml
set number