diff --git a/.config/nvim/lua/plugins/extras/editor/outline-extended.lua b/.config/nvim/lua/plugins/extras/editor/outline-extended.lua index d73c5e81..9d55ac1a 100644 --- a/.config/nvim/lua/plugins/extras/editor/outline-extended.lua +++ b/.config/nvim/lua/plugins/extras/editor/outline-extended.lua @@ -12,9 +12,5 @@ return { autofold_depth = 1, }, }, - keys = { - { "co", "Outline", desc = "Toggle Outline" }, - { "cs", false }, - }, }, }