summaryrefslogtreecommitdiffstats
path: root/vimrc-bare
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-05-31 08:44:44 +0100
committerMatthew Lemon <y@yulqen.org>2024-05-31 08:44:44 +0100
commitc6c08f5b7a89dd437c113f3f535b091666b4628f (patch)
treea9860b5fa5d0296440c3752010cf659de096f5af /vimrc-bare
parent6211a126ae959ebb344ef4c8b4501d04ee992241 (diff)
Playing with minimal vimrc again
Diffstat (limited to 'vimrc-bare')
-rw-r--r--vimrc-bare11
1 files changed, 7 insertions, 4 deletions
diff --git a/vimrc-bare b/vimrc-bare
index 87d1222..dd60017 100644
--- a/vimrc-bare
+++ b/vimrc-bare
@@ -1,9 +1,10 @@
filetype plugin on
filetype plugin indent on
-source ~/.vim/grep.vim
+"source ~/.vim/grep.vim
set autoread
+set foldmethod=manual
set autowrite
set backspace=indent,eol,start
"set colorcolumn=80
@@ -45,10 +46,12 @@ set ttimeout
set ttimeoutlen=100
set viminfo=
set wildmenu
+set wildoptions=pum
set wildmode=full
set wrap
-syntax enable
+"set gp=git\ grep\ -n
+packadd! matchit
-set background=light
-colorscheme delek
+set background=dark
+syntax off