Add oil.nvim plugin, no config

This commit is contained in:
smashblu 2024-10-04 16:19:42 -07:00
parent c887281569
commit 1e8f14bf35
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,11 @@
return {
{
'stevearc/oil.nvim',
---@module 'oil'
---@type oil.SetupOpts
opts = {},
-- Optional dependencies
dependencies = { { 'echasnovski/mini.icons', opts = {} } },
-- dependencies = { "nvim-tree/nvim-web-devicons" }, -- use if prefer nvim-web-devicons
},
}

View File

@ -49,6 +49,8 @@ require('lazy').setup({
require 'custom/plugins/typescript-tools',
require 'custom/plugins/oil',
-- require 'custom/plugins/markview',
-- The following two comments only work if you have downloaded the kickstart repo, not just copy pasted the