I'm not gonna bother
This commit is contained in:
@ -29,6 +29,9 @@ vim.o.udf = true
|
||||
-- searching
|
||||
vim.o.ic = true
|
||||
|
||||
-- make windows look nice
|
||||
vim.o.winborder = "solid"
|
||||
|
||||
-- wild menus
|
||||
vim.o.ph = 20
|
||||
vim.o.wic = true
|
||||
@ -37,9 +40,8 @@ vim.o.wop = "fuzzy,pum,tagfile"
|
||||
-- completion
|
||||
vim.o.cot = "menu,menuone,noinsert,fuzzy,popup"
|
||||
vim.o.cia = "kind,abbr,menu"
|
||||
|
||||
-- make windows look nice
|
||||
vim.o.winborder = "solid"
|
||||
-- waiting for https://github.com/neovim/neovim/pull/25541 to land
|
||||
-- vim.o.completepopup = "border:"..vim.o.winborder
|
||||
|
||||
do -- statusline
|
||||
---@return string out formatted status line
|
||||
|
Reference in New Issue
Block a user