dotfiles/.config/nvim/lua/plugins/extras/ui/reactive.lua
Sergio Laín d7ee974ccf
feat(nvim): added reactive plugin for mode coloring
catppuccin integration by default
2024-01-31 14:11:56 +01:00

8 lines
164 B
Lua

return {
"rasulomaroff/reactive.nvim",
event = "VeryLazy",
opts = {},
keys = {
{ "<leader>uM", "<cmd>ReactiveToggle<cr>", desc = "Mode Lines" },
},
}