feat: add border to lsp doc, remove fidget background, add icons

This commit is contained in:
2025-05-30 22:16:51 -07:00
parent 586b458cfe
commit 838a94cf4c
3 changed files with 19 additions and 4 deletions

View File

@@ -0,0 +1,16 @@
return {
{
"rose-pine/neovim",
dependencies = {
"nvim-tree/nvim-web-devicons",
},
config = function()
require("rose-pine").setup({
styles = {
transparency = true,
},
})
vim.cmd("colorscheme rose-pine")
end,
},
}