dotfiles/.config/nvim/lua/plugins/disable_plugins.lua

3 lines
58 B
Lua

return {
{ "rcarriga/nvim-notify", enabled = false },
}