diff --git a/homemanager/neovim/lua/plugins/spec/oil.lua b/homemanager/neovim/lua/plugins/spec/oil.lua index a61230c..5f602c5 100644 --- a/homemanager/neovim/lua/plugins/spec/oil.lua +++ b/homemanager/neovim/lua/plugins/spec/oil.lua @@ -1,20 +1,20 @@ local function oil() - require("oil").open() + require("oil").open() end return { - 'stevearc/oil.nvim', - opts = { - view_options = { - show_hidden = true - } - }, - lazy = false, - cmd = 'Oil', - keys = { - {"ft", oil, ""} - }, - dependencies = { - 'kyazdani42/nvim-web-devicons', - } + 'stevearc/oil.nvim', + opts = { + view_options = { + show_hidden = true + } + }, + lazy = false, + cmd = 'Oil', + keys = { + { "-", oil, "" } + }, + dependencies = { + 'kyazdani42/nvim-web-devicons', + } }