feat: add borders to lspsaga windows

This commit is contained in:
raf 2023-07-23 22:36:19 +03:00
parent 0951114a29
commit b9e0f20e39
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29

View file

@ -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',
})
'';
};
}