summaryrefslogtreecommitdiff
path: root/nvim/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/.vimrc')
-rw-r--r--nvim/.vimrc13
1 files changed, 13 insertions, 0 deletions
diff --git a/nvim/.vimrc b/nvim/.vimrc
new file mode 100644
index 0000000..3aa7046
--- /dev/null
+++ b/nvim/.vimrc
@@ -0,0 +1,13 @@
+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/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
+
+autocmd BufNewFile,BufRead *.py set tabstop=4 softtabstop=4 shiftwidth=4 textwidth=80 smarttab expandtab
+
+set bg=dark
+set modeline
+set number relativenumber
+set colorcolumn=+0