just some changes
This commit is contained in:
parent
597de90d41
commit
fac895e919
3 changed files with 2 additions and 13 deletions
|
|
@ -32,7 +32,7 @@ vim.o.ic = true
|
|||
|
||||
-- make windows look nice wrapped in pcall cause it's causing my setup to go
|
||||
-- bezerk inside of git commit buffers
|
||||
pcall(function() vim.o.winborder = '▄,▄,▄,█,▀,▀,▀,█' end)
|
||||
pcall(function() vim.o.winborder = 'solid' end)
|
||||
|
||||
-- wild menus
|
||||
vim.o.ph = 20
|
||||
|
|
@ -44,8 +44,6 @@ vim.o.wim = "noselect:lastused,full"
|
|||
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
|
||||
-- vim.o.completepopup = "border:"..vim.o.winborder
|
||||
|
||||
do -- statusline
|
||||
---@return string out formatted status line
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue