diff --git a/lua/plugins/navigator.lua b/lua/plugins/navigator.lua deleted file mode 100644 index b50ea4f..0000000 --- a/lua/plugins/navigator.lua +++ /dev/null @@ -1,18 +0,0 @@ -return { - "numToStr/Navigator.nvim", - cmd = { - "NavigatorUp", - "NavigatorDown", - "NavigatorLeft", - "NavigatorRight", - "NavigatorPrevious", - }, - init = function() - vim.keymap.set({ "n", "t" }, "", "NavigatorLeft") - vim.keymap.set({ "n", "t" }, "", "NavigatorRight") - vim.keymap.set({ "n", "t" }, "", "NavigatorUp") - vim.keymap.set({ "n", "t" }, "", "NavigatorDown") - vim.keymap.set({ "n", "t" }, "", "NavigatorPrevious") - end, - config = true, -} diff --git a/lua/plugins/noice.lua b/lua/plugins/noice.lua index 5d05cde..a403f79 100644 --- a/lua/plugins/noice.lua +++ b/lua/plugins/noice.lua @@ -12,7 +12,7 @@ return { enabled = true, format = { "({data.progress.percentage}%) ", - { "{spinner} ", hl_group = "NoiceLspProgressSpinner" }, + -- { "{spinner} ", hl_group = "NoiceLspProgressSpinner" }, { "{data.progress.title} ", hl_group = "NoiceLspProgressTitle" }, { "{data.progress.client} ", hl_group = "NoiceLspProgressClient" }, },