Change nvim theme to catppuccin, and add some more ensured_installed to treesitter

This commit is contained in:
Martin Larsson 2024-04-07 02:07:46 +02:00
parent 6a7885bdbb
commit 6be1d3233a
7 changed files with 85 additions and 165 deletions

View file

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