You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kickstart.nvim/lua/plugins/disable.lua

10 lines
331 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 },
{ "RRethy/vim-illuminate", enabled = false },
}