neovim: install oil.nvim

This commit is contained in:
2026-02-02 13:50:27 +03:00
parent 636f3b8e02
commit 23e49ef63e

View File

@@ -68,6 +68,15 @@ require("lazy").setup({
}, },
}, },
{
"stevearc/oil.nvim",
config = function()
require("oil").setup({
default_file_explorer = false,
})
end,
},
{ "windwp/nvim-autopairs", opts = {} }, { "windwp/nvim-autopairs", opts = {} },
{ "windwp/nvim-ts-autotag" }, { "windwp/nvim-ts-autotag" },