🎨 ux(nvim): added catppuccin integrations

This commit is contained in:
Sergio Laín 2023-12-04 11:22:33 +01:00
parent 62d5d32f23
commit 1b698a5b7c
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
2 changed files with 6 additions and 4 deletions

View file

@ -8,7 +8,7 @@
"autolist.nvim": { "branch": "main", "commit": "5f70a5f99e96c8fe3069de042abd2a8ed2deb855" }, "autolist.nvim": { "branch": "main", "commit": "5f70a5f99e96c8fe3069de042abd2a8ed2deb855" },
"bigfile.nvim": { "branch": "main", "commit": "33eb067e3d7029ac77e081cfe7c45361887a311a" }, "bigfile.nvim": { "branch": "main", "commit": "33eb067e3d7029ac77e081cfe7c45361887a311a" },
"bufferline.nvim": { "branch": "main", "commit": "1a3397556d194bb1f2cc530b07124ccc512c5501" }, "bufferline.nvim": { "branch": "main", "commit": "1a3397556d194bb1f2cc530b07124ccc512c5501" },
"catppuccin": { "branch": "main", "commit": "919d1f786338ebeced798afbf28cd085cd54542a" }, "catppuccin": { "branch": "main", "commit": "988c0b2dde4140572ed37c6b8b5d5deac0219f9f" },
"ccc.nvim": { "branch": "main", "commit": "f77b477d9f0b9a28612212b3fc43145f2a5591cc" }, "ccc.nvim": { "branch": "main", "commit": "f77b477d9f0b9a28612212b3fc43145f2a5591cc" },
"cinnamon.nvim": { "branch": "master", "commit": "c406ffda3a0302f32c23b24ab756ea20467d6578" }, "cinnamon.nvim": { "branch": "master", "commit": "c406ffda3a0302f32c23b24ab756ea20467d6578" },
"cmp-buffer": { "branch": "main", "commit": "3022dbc9166796b644a841a02de8dd1cc1d311fa" }, "cmp-buffer": { "branch": "main", "commit": "3022dbc9166796b644a841a02de8dd1cc1d311fa" },

View file

@ -27,6 +27,7 @@ return {
flash = true, flash = true,
headlines = true, headlines = true,
gitsigns = true, gitsigns = true,
harpoon = false,
illuminate = true, illuminate = true,
indent_blankline = { indent_blankline = {
enabled = true, enabled = true,
@ -54,14 +55,15 @@ return {
background = true, background = true,
}, },
}, },
lsp_trouble = false,
navic = { enabled = false, custom_bg = "lualine" }, navic = { enabled = false, custom_bg = "lualine" },
neotest = true, neotest = true,
neotree = true, neotree = true,
notify = true, notify = true,
noice = true, noice = true,
ufo = true, ufo = true,
overseer = true, overseer = false,
octo = true, octo = false,
rainbow_delimiters = true, rainbow_delimiters = true,
semantic_tokens = true, semantic_tokens = true,
telescope = { telescope = {
@ -70,7 +72,7 @@ return {
}, },
symbols_outline = false, symbols_outline = false,
treesitter = true, treesitter = true,
treesitter_context = true, treesitter_context = false,
which_key = true, which_key = true,
}, },
}, },