more stuff
This commit is contained in:
parent
9c7c46855c
commit
72d99537bf
9 changed files with 195 additions and 26 deletions
|
|
@ -35,9 +35,11 @@ vim.o.winborder = "solid"
|
|||
-- wild menus
|
||||
vim.o.ph = 20
|
||||
vim.o.wic = true
|
||||
vim.o.wop = "fuzzy,pum,tagfile"
|
||||
vim.o.wop = "fuzzy,pum"
|
||||
vim.o.wim = "noselect:lastused,full"
|
||||
|
||||
-- completion
|
||||
vim.o.cpt = ".,w,b,u,d,i"
|
||||
vim.o.cot = "menu,menuone,noinsert,fuzzy,popup"
|
||||
vim.o.cia = "kind,abbr,menu"
|
||||
-- waiting for https://github.com/neovim/neovim/pull/25541 to land
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue