diff options
author | Matt Turner <mattst88@gmail.com> | 2022-03-07 21:58:30 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2022-03-07 21:58:30 -0800 |
commit | 2c4aabc9e3c3fc976aa8f5facfd6e0737ffdf925 (patch) | |
tree | 1872109e2ada5bc3e576fe521e0351cd03b749ca | |
parent | 5827f4b87b9c4f28e658cb0eba82dc5a58c90382 (diff) |
Update .vimrc
-rw-r--r-- | .vimrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,8 +1,6 @@ autocmd BufNewFile,BufRead *.frag,*.vert,*.fp,*.vp,*.glsl,*.shader_test set syntax=glsl autocmd BufNewFile,BufRead /home/mattst88/projects/mesa/* set expandtab tabstop=8 softtabstop=3 shiftwidth=3 -autocmd BufNewFile,BufRead /home/mattst88/projects/mesa/src/glsl/glcpp/* set noexpandtab tabstop=8 softtabstop=8 shiftwidth=8 -autocmd BufNewFile,BufRead /home/mattst88/projects/mesa/src/glsl/glsl_parser.yy set noexpandtab tabstop=8 shiftwidth=8 autocmd BufNewFile,BufRead /home/mattst88/projects/piglit/* set noexpandtab tabstop=8 softtabstop=8 shiftwidth=8 autocmd BufNewFile,BufRead Makefile* set noexpandtab tabstop=8 softtabstop=8 shiftwidth=8 autocmd BufNewFile,BufRead *.mk set noexpandtab tabstop=8 softtabstop=8 shiftwidth=8 @@ -11,3 +9,4 @@ autocmd BufNewFile,BufRead *.py set tabstop=4 softtabstop=4 shiftwidth=4 textwid set bg=dark set modeline +set number relativenumber |