new default nvim config based on LazyVim

This commit is contained in:
Yevhenii Moruhyi 2023-05-19 19:23:21 -04:00
parent f6f507c71a
commit f6873678e2
6 changed files with 124 additions and 3 deletions

8
lua/plugins/disable.lua Normal file
View file

@ -0,0 +1,8 @@
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 },
}