Skip to content

Commit

Permalink
Merge pull request #314 from izumin5210/izumin5210/catppuccin-integra…
Browse files Browse the repository at this point in the history
…tions

chore(neovim): enable catppuccin integrations
  • Loading branch information
izumin5210 authored Apr 7, 2024
2 parents 2ee8658 + 5051b4e commit 2c1c6f8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 5 additions & 1 deletion config/.config/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,12 @@ require('lazy').setup({
flavour = 'frappe',
transparent_background = true,
integrations = {
aerial = true,
fidget = true,
}
lsp_saga = true,
mason = true,
which_key = true,
},
})
end,
},
Expand Down
5 changes: 4 additions & 1 deletion config/.config/nvim/lua/pluginconfig/lspconfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,10 @@ end
function M.setup_lspsaga()
require('lspsaga').setup({
symbol_in_winbar = { enable = false },
code_action = { show_server_name = true, }
code_action = { show_server_name = true },
ui = {
kind = require("catppuccin.groups.integrations.lsp_saga").custom_kind(),
},
})
end

Expand Down

0 comments on commit 2c1c6f8

Please sign in to comment.