Change nvim theme to catppuccin, and add some more ensured_installed to treesitter
This commit is contained in:
parent
6a7885bdbb
commit
6be1d3233a
7 changed files with 85 additions and 165 deletions
|
|
@ -2,7 +2,6 @@ return {
|
|||
"LarssonMartin1998/lspsaga.nvim",
|
||||
branch = "improved_winbar",
|
||||
dependencies = {
|
||||
-- "nvim-treesitter/nvim-treesitter",
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
},
|
||||
config = function()
|
||||
|
|
@ -26,6 +25,7 @@ return {
|
|||
win_width = 52,
|
||||
},
|
||||
ui = {
|
||||
kind = require("catppuccin.groups.integrations.lsp_saga").custom_kind(),
|
||||
border = "single",
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue