mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 19:11:15 +00:00
feat: add borders to lspsaga windows
This commit is contained in:
parent
0951114a29
commit
b9e0f20e39
1 changed files with 3 additions and 1 deletions
|
@ -39,7 +39,9 @@ in {
|
|||
vim.luaConfigRC.lspsage = nvim.dag.entryAnywhere ''
|
||||
-- Enable lspsaga
|
||||
local saga = require 'lspsaga'
|
||||
saga.init_lsp_saga()
|
||||
saga.init_lsp_saga({
|
||||
border_style = 'single',
|
||||
})
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue