tenseleyflow/ndotfiles / 2266625

Browse files

remove noice

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
22666258bd283836f06d883b1cf7d97fccab2bcb
Parents
9961c30
Tree
940991a

1 changed file

StatusFile+-
M nvim/init.lua 1 2
nvim/init.luamodified
@@ -52,8 +52,7 @@ require("lazy").setup({
5252
   { "folke/which-key.nvim", event = "VeryLazy", opts = {} },
5353
   { "stevearc/dressing.nvim", event = "VeryLazy", opts = {} },
5454
   { "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
5756
   { "lukas-reineke/indent-blankline.nvim", main = "ibl", opts = {} },
5857
   { "numToStr/Comment.nvim", opts = {} },
5958
   { "kylechui/nvim-surround", event = "VeryLazy", opts = {} },