Ensure vim.lsp.hover has a rounded border
This commit is contained in:
parent
595c45724d
commit
53ad787167
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user