neovim: install oil.nvim plugin

This commit is contained in:
2023-11-29 22:16:48 +03:00
parent 3d63df1200
commit fcef73cd98
2 changed files with 19 additions and 0 deletions

View File

@@ -80,6 +80,10 @@ require("packer").startup(function(use)
use({ "ThePrimeagen/harpoon" })
use({
"stevearc/oil.nvim",
})
if PACKER_BOOTSTRAP then
require("packer").sync()
end