feat: use rounded borders around popups
This commit is contained in:
@@ -18,6 +18,8 @@ vim.o.splitbelow = true -- Horizontal splits will be below
|
|||||||
vim.o.splitkeep = 'screen' -- Reduce scroll during window split
|
vim.o.splitkeep = 'screen' -- Reduce scroll during window split
|
||||||
vim.o.splitright = true -- Vertical splits will be to the right
|
vim.o.splitright = true -- Vertical splits will be to the right
|
||||||
vim.o.wrap = false -- Don't visually wrap lines (toggle with \w)
|
vim.o.wrap = false -- Don't visually wrap lines (toggle with \w)
|
||||||
|
vim.o.winborder = 'rounded' -- Use border in floating windows
|
||||||
|
vim.o.pumborder = 'rounded' -- Use border in popup menu
|
||||||
vim.o.cmdheight = 0 -- Hide the command line when not in use
|
vim.o.cmdheight = 0 -- Hide the command line when not in use
|
||||||
vim.cmd('syntax off') -- Disable legacy syntax highlighting
|
vim.cmd('syntax off') -- Disable legacy syntax highlighting
|
||||||
require("vim._core.ui2").enable({ -- Enable new ui (requires nightly)
|
require("vim._core.ui2").enable({ -- Enable new ui (requires nightly)
|
||||||
|
|||||||
Reference in New Issue
Block a user