Ensure vim.lsp.hover has a rounded border
This commit is contained in:
@@ -40,6 +40,9 @@ vim.opt.completeopt = 'menu'
|
||||
-- Set window title to titlestring
|
||||
vim.opt.title = true
|
||||
|
||||
-- Use rounded borders for floating windows
|
||||
vim.o.winborder = 'rounded'
|
||||
|
||||
-- Don't show mode in command line
|
||||
vim.opt.showmode = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user