aboutsummaryrefslogtreecommitdiffstats
path: root/vimrc-bare
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-05-31 08:45:51 +0100
committerMatthew Lemon <y@yulqen.org>2024-05-31 08:45:51 +0100
commit691edb730a3c7ff2931fe62fa601f12ac561ca97 (patch)
treeb84617548d896c957c9130d83f0048eeefe10f3e /vimrc-bare
parent8ef610d92fda2bcdc2024af58826b1b2ac9206ea (diff)
Tweaking minimal vimrc
Diffstat (limited to 'vimrc-bare')
-rw-r--r--vimrc-bare6
1 files changed, 4 insertions, 2 deletions
diff --git a/vimrc-bare b/vimrc-bare
index afbd4b5..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,9 +46,10 @@ set ttimeout
set ttimeoutlen=100
set viminfo=
set wildmenu
+set wildoptions=pum
set wildmode=full
set wrap
-set gp=git\ grep\ -n
+"set gp=git\ grep\ -n
packadd! matchit
set background=dark