migrate astronvim conf to astronvim v4
This commit is contained in:
parent
d497490285
commit
6c59294bbb
8 changed files with 138 additions and 125 deletions
17
astronvim/plugins/catppuccin.lua
Normal file
17
astronvim/plugins/catppuccin.lua
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
return {
|
||||
"catppuccin",
|
||||
opts = {
|
||||
integrations = {
|
||||
sandwich = false,
|
||||
noice = true,
|
||||
mini = true,
|
||||
leap = true,
|
||||
markdown = true,
|
||||
neotest = true,
|
||||
cmp = true,
|
||||
overseer = true,
|
||||
lsp_trouble = true,
|
||||
rainbow_delimiters = true,
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue