remove noice
Authored by
mfwolffe <wolffemf@dukes.jmu.edu>
- SHA
22666258bd283836f06d883b1cf7d97fccab2bcb- Parents
-
9961c30 - Tree
940991a
2266625
22666258bd283836f06d883b1cf7d97fccab2bcb9961c30
940991a| Status | File | + | - |
|---|---|---|---|
| M |
nvim/init.lua
|
1 | 2 |
nvim/init.luamodified@@ -52,8 +52,7 @@ require("lazy").setup({ | ||
| 52 | 52 | { "folke/which-key.nvim", event = "VeryLazy", opts = {} }, |
| 53 | 53 | { "stevearc/dressing.nvim", event = "VeryLazy", opts = {} }, |
| 54 | 54 | { "rcarriga/nvim-notify", opts = { timeout = 2000 } }, |
| 55 | - { "folke/noice.nvim", event = "VeryLazy", dependencies = { "MunifTanjim/nui.nvim", "rcarriga/nvim-notify" }, | |
| 56 | - opts = { presets = { command_palette = true, long_message_to_split = true } } }, | |
| 55 | + -- Removed noice.nvim for faster command execution | |
| 57 | 56 | { "lukas-reineke/indent-blankline.nvim", main = "ibl", opts = {} }, |
| 58 | 57 | { "numToStr/Comment.nvim", opts = {} }, |
| 59 | 58 | { "kylechui/nvim-surround", event = "VeryLazy", opts = {} }, |