diff --git a/lua/znvim/plugins/editor.lua b/lua/znvim/plugins/editor.lua index 53685c1..b0fe78f 100644 --- a/lua/znvim/plugins/editor.lua +++ b/lua/znvim/plugins/editor.lua @@ -62,6 +62,14 @@ return { }, }, }, + { + 'stevearc/oil.nvim', + dependencies = { + "nvim-tree/nvim-web-devicons" + }, -- use if you prefer nvim-web-devicons + opts = {}, + lazy = false, + }, { -- a fast motion inside a visible area "https://github.com/ggandor/leap.nvim", event = "BufReadPre",