switch from nvim-ts-rainbow2 to rainbow-delimiters.nvim

This commit is contained in:
LordMZTE 2023-07-22 12:46:12 +02:00
parent 31a34a00d8
commit 3cfd244971
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6
3 changed files with 8 additions and 9 deletions

View file

@ -7,19 +7,19 @@
(catppuccin.setup {: flavour (catppuccin.setup {: flavour
;; Enable all relevant integrations ;; Enable all relevant integrations
:integrations {:aerial true :integrations {:aerial true
:harpoon true
:gitsigns true
:neogit true
:noice true
:cmp true :cmp true
:dap {:enabled true :enable_ui true} :dap {:enabled true :enable_ui true}
:gitsigns true
:harpoon true
:native_lsp {:enabled true} :native_lsp {:enabled true}
:neogit true
:noice true
:notify true :notify true
:nvimtree true :nvimtree true
:rainbow_delimiters true
:telescope true
:treesitter true :treesitter true
:treesitter_context true :treesitter_context true}})
:ts_rainbow2 true
:telescope true}})
(vim.cmd.colorscheme :catppuccin) (vim.cmd.colorscheme :catppuccin)

View file

@ -13,7 +13,6 @@
(configs.setup {:highlight {:enable true} (configs.setup {:highlight {:enable true}
:autotag {:enable true} :autotag {:enable true}
:indent {:enable true} :indent {:enable true}
:rainbow {:enable true}
:playground {:enable true} :playground {:enable true}
:incremental_selection {:enable true :incremental_selection {:enable true
:keymaps {:init_selection :fv :keymaps {:init_selection :fv

View file

@ -51,7 +51,7 @@
(use/pconf :telescope.nvim :telescope) (use/pconf :telescope.nvim :telescope)
(use/pconf :nvim-autopairs :autopairs) (use/pconf :nvim-autopairs :autopairs)
(use/mztegit :nvim-ts-autotag) (use/mztegit :nvim-ts-autotag)
(use/mztegit :nvim-ts-rainbow2) (use/mztegit :rainbow-delimiters.nvim)
(use/pconf :toggleterm.nvim :tterm) (use/pconf :toggleterm.nvim :tterm)
(use/mztegit :wgsl.vim) (use/mztegit :wgsl.vim)
(use/mztegit :nvim-notify) (use/mztegit :nvim-notify)