From 10e82c5f1c9bd30759782f32d031d224c1a7318e Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Fri, 6 Jan 2023 14:23:54 -0500 Subject: [PATCH] Remove line numbers from vi --- salt/common/files/vimrc | 1 - 1 file changed, 1 deletion(-) diff --git a/salt/common/files/vimrc b/salt/common/files/vimrc index 4234cf772..8d15debb8 100644 --- a/salt/common/files/vimrc +++ b/salt/common/files/vimrc @@ -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 \ No newline at end of file