feat: enable round borders for completion window
This commit is contained in:
@@ -48,4 +48,6 @@ require("utils.blinky").enable()
|
|||||||
-- Suda smart edit: Automatically edit files in sudo mode when needed
|
-- Suda smart edit: Automatically edit files in sudo mode when needed
|
||||||
vim.g.suda_smart_edit = 1 --- @type integer Options: <0|1>
|
vim.g.suda_smart_edit = 1 --- @type integer Options: <0|1>
|
||||||
vim.cmd("let g:suda#prompt = ' Enter Sudo Password '")
|
vim.cmd("let g:suda#prompt = ' Enter Sudo Password '")
|
||||||
|
-- Cmp Window Border
|
||||||
|
vim.g.completion_round_borders_enabled = true
|
||||||
-- stylua: ignore end
|
-- stylua: ignore end
|
||||||
|
|||||||
Reference in New Issue
Block a user