summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2021-05-06 02:56:34 -0400
committerMalfurious <m@lfurio.us>2021-05-06 02:56:34 -0400
commit2875c3af8bba3357744b22446f3cb74c25055173 (patch)
tree0cfdbfc891e3cc4acde2f5928606e2d9c4d1d8f5
parentf38255ba35ad71c5a3e952c1bcee77534d7672fe (diff)
downloadrice-2875c3af8bba3357744b22446f3cb74c25055173.tar.gz
rice-2875c3af8bba3357744b22446f3cb74c25055173.zip
Add vim config
-rw-r--r--.vimrc12
1 files changed, 12 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
new file mode 100644
index 0000000..0cb6673
--- /dev/null
+++ b/.vimrc
@@ -0,0 +1,12 @@
+syntax on
+set tabstop=4
+set shiftwidth=4
+set expandtab
+set autoindent
+filetype plugin indent on
+set omnifunc=syntaxcomplete#Complete
+syntax enable
+highlight DiffAdd cterm=bold ctermfg=10 ctermbg=17 gui=none guifg=bg guibg=Red
+highlight DiffDelete cterm=bold ctermfg=10 ctermbg=17 gui=none guifg=bg guibg=Red
+highlight DiffChange cterm=bold ctermfg=10 ctermbg=17 gui=none guifg=bg guibg=Red
+highlight DiffText cterm=bold ctermfg=10 ctermbg=88 gui=none guifg=bg guibg=Red