summaryrefslogtreecommitdiff
path: root/files/vim/vimrc
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-10-30 18:58:35 -0400
committerAndrew Opalach <andrew@akon.city> 2025-10-30 18:58:35 -0400
commit44edb4b57655de5b21c51d0471e2ea02ac469c0c (patch)
tree3717d482a17d4530b1759057764ce243d6a927d2 /files/vim/vimrc
parent342f1dcf115f998cbb5d27c5593e215b01e5b7a4 (diff)
downloaddotfiles-44edb4b57655de5b21c51d0471e2ea02ac469c0c.tar.gz
dotfiles-44edb4b57655de5b21c51d0471e2ea02ac469c0c.tar.bz2
dotfiles-44edb4b57655de5b21c51d0471e2ea02ac469c0c.zip
Fix out of date nix stuff, config edits
Diffstat (limited to 'files/vim/vimrc')
-rw-r--r--files/vim/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/vim/vimrc b/files/vim/vimrc
index c40eeec..b3bb734 100644
--- a/files/vim/vimrc
+++ b/files/vim/vimrc
@@ -128,8 +128,8 @@ if isdirectory(expand("~/c"))
endif
set autocomplete
-"set complete=.^6,w^6,b^6,u^6,i^6,d^6
-set complete=.^6,w^6,b^6,u^6
+"set complete=.^4,w^3,b^2,u^2,i^2,d^2
+set complete=.^4,w^3,b^2,u^2
set completeopt+=menu,popup
" Plugins.