Winborder set to rounded
This commit is contained in:
@@ -25,6 +25,7 @@ vim.opt.splitright = true -- open new horizontal splits right
|
|||||||
vim.opt.termguicolors = true -- enable 24-bit RGB color in the TUI
|
vim.opt.termguicolors = true -- enable 24-bit RGB color in the TUI
|
||||||
vim.opt.showmode = false -- we are experienced, wo don't need the "-- INSERT --" mode hint
|
vim.opt.showmode = false -- we are experienced, wo don't need the "-- INSERT --" mode hint
|
||||||
vim.opt.showtabline = 0 -- never show top line with tabs, not used anyways
|
vim.opt.showtabline = 0 -- never show top line with tabs, not used anyways
|
||||||
|
vim.opt.winborder = 'rounded' -- UI borders are rounded
|
||||||
|
|
||||||
-- Searching
|
-- Searching
|
||||||
vim.opt.incsearch = true -- search as characters are entered
|
vim.opt.incsearch = true -- search as characters are entered
|
||||||
|
|||||||
Reference in New Issue
Block a user