kickstart.nvim/lua/plugins/disable.lua
2023-05-19 19:23:21 -04:00

9 lines
283 B
Lua

return {
{ "rcarriga/nvim-notify", enabled = false },
{ "folke/todo-comments.nvim", enabled = false },
-- this one is the command line popup
{ "folke/noice.nvim", enabled = false },
{ "indent-blankline.nvim", enabled = false },
{ "mini.indentscope", enabled = false },
}