From b346b142eb8e107b28ef5ca7411229c826739131 Mon Sep 17 00:00:00 2001 From: rootiest Date: Wed, 11 Dec 2024 14:57:08 -0500 Subject: [PATCH] refactor: remove unused Noice plugin configuration --- lua/plugins/editor.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lua/plugins/editor.lua b/lua/plugins/editor.lua index 12b6a02..5f24fc4 100644 --- a/lua/plugins/editor.lua +++ b/lua/plugins/editor.lua @@ -5,11 +5,6 @@ -- ╰─────────────────────────────────────────────────────────╯ return { - { -- Noice - 'tris203/noice.nvim', - branch = 'mixed_encodings', - dev = true, - }, { -- Aerial import = 'lazyvim.plugins.extras.editor.aerial', },