This commit is contained in:
iofq 2024-08-21 00:30:13 -05:00
parent b0cd1f6bb8
commit 4ceceff9bf
7 changed files with 22 additions and 30 deletions

View file

@ -1,9 +1,8 @@
vim.opt.backspace = 'indent,eol,start'
vim.opt.clipboard = 'unnamedplus'
vim.opt.completeopt = 'menuone'
vim.opt.completeopt = {'menu', 'menuone', 'noselect'}
vim.opt.expandtab = true -- insert tabs as spaces
vim.opt.inccommand = 'split' -- incremental live completion
vim.opt.laststatus = 1
vim.opt.list = true
vim.opt.nrformats:append('alpha') -- let Ctrl-a do letters as well
vim.opt.path:append('**') -- enable fuzzy :find ing