summaryrefslogtreecommitdiff
path: root/lua/config/plugins/oil.lua
blob: 9795053e4fec5cfcbc6a607e1cca167de9f78edc (plain)
1
2
3
4
5
6
7
8
9
return {
  {
    "stevearc/oil.nvim",
    opts = {},
    dependencies = {
      "nvim-tree/nvim-web-devicons",
    },
  },
}