@@ -52,8 +52,7 @@ require("lazy").setup({ |
| 52 | { "folke/which-key.nvim", event = "VeryLazy", opts = {} }, | 52 | { "folke/which-key.nvim", event = "VeryLazy", opts = {} }, |
| 53 | { "stevearc/dressing.nvim", event = "VeryLazy", opts = {} }, | 53 | { "stevearc/dressing.nvim", event = "VeryLazy", opts = {} }, |
| 54 | { "rcarriga/nvim-notify", opts = { timeout = 2000 } }, | 54 | { "rcarriga/nvim-notify", opts = { timeout = 2000 } }, |
| 55 | - { "folke/noice.nvim", event = "VeryLazy", dependencies = { "MunifTanjim/nui.nvim", "rcarriga/nvim-notify" }, | 55 | + -- Removed noice.nvim for faster command execution |
| 56 | - opts = { presets = { command_palette = true, long_message_to_split = true } } }, | | |
| 57 | { "lukas-reineke/indent-blankline.nvim", main = "ibl", opts = {} }, | 56 | { "lukas-reineke/indent-blankline.nvim", main = "ibl", opts = {} }, |
| 58 | { "numToStr/Comment.nvim", opts = {} }, | 57 | { "numToStr/Comment.nvim", opts = {} }, |
| 59 | { "kylechui/nvim-surround", event = "VeryLazy", opts = {} }, | 58 | { "kylechui/nvim-surround", event = "VeryLazy", opts = {} }, |