URI:
       oil.lua - dotfiles - 🍚 personal arsenal of "rice"
  HTML git clone https://git.drkhsh.at/dotfiles.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
       oil.lua (145B)
       ---
            1 return {
            2         "stevearc/oil.nvim",
            3         opts = {
            4                 view_options = {
            5                         show_hidden = true,
            6                 },
            7         },
            8         dependencies = { "nvim-tree/nvim-web-devicons" },
            9 }