diff --git a/mzte-nv/conf/lua/pluginconf/p-catppuccin.fnl b/mzte-nv/conf/lua/pluginconf/p-catppuccin.fnl index e1dd2af..d8e99e3 100644 --- a/mzte-nv/conf/lua/pluginconf/p-catppuccin.fnl +++ b/mzte-nv/conf/lua/pluginconf/p-catppuccin.fnl @@ -7,19 +7,19 @@ (catppuccin.setup {: flavour ;; Enable all relevant integrations :integrations {:aerial true - :harpoon true - :gitsigns true - :neogit true - :noice true :cmp true :dap {:enabled true :enable_ui true} + :gitsigns true + :harpoon true :native_lsp {:enabled true} + :neogit true + :noice true :notify true :nvimtree true + :rainbow_delimiters true + :telescope true :treesitter true - :treesitter_context true - :ts_rainbow2 true - :telescope true}}) + :treesitter_context true}}) (vim.cmd.colorscheme :catppuccin) diff --git a/mzte-nv/conf/lua/pluginconf/p-treesitter.fnl b/mzte-nv/conf/lua/pluginconf/p-treesitter.fnl index 0a70beb..fce268b 100644 --- a/mzte-nv/conf/lua/pluginconf/p-treesitter.fnl +++ b/mzte-nv/conf/lua/pluginconf/p-treesitter.fnl @@ -13,7 +13,6 @@ (configs.setup {:highlight {:enable true} :autotag {:enable true} :indent {:enable true} - :rainbow {:enable true} :playground {:enable true} :incremental_selection {:enable true :keymaps {:init_selection :fv diff --git a/mzte-nv/conf/lua/plugins.fnl b/mzte-nv/conf/lua/plugins.fnl index 6e3dfad..74e8290 100644 --- a/mzte-nv/conf/lua/plugins.fnl +++ b/mzte-nv/conf/lua/plugins.fnl @@ -51,7 +51,7 @@ (use/pconf :telescope.nvim :telescope) (use/pconf :nvim-autopairs :autopairs) (use/mztegit :nvim-ts-autotag) - (use/mztegit :nvim-ts-rainbow2) + (use/mztegit :rainbow-delimiters.nvim) (use/pconf :toggleterm.nvim :tterm) (use/mztegit :wgsl.vim) (use/mztegit :nvim-notify)