mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-24 21:41:08 +00:00
feat(catppuccin): enable mason integration (#1048)
Signed-off-by: David Ward <dward@redhat.com>
This commit is contained in:
parent
e5200e6358
commit
27eb4610bd
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ return {
|
||||||
illuminate = true,
|
illuminate = true,
|
||||||
indent_blankline = { enabled = true },
|
indent_blankline = { enabled = true },
|
||||||
lsp_trouble = true,
|
lsp_trouble = true,
|
||||||
|
mason = true,
|
||||||
mini = true,
|
mini = true,
|
||||||
native_lsp = {
|
native_lsp = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue