added oil back in

This commit is contained in:
topper3418 2024-07-22 06:47:25 -05:00
parent 6aa224ecad
commit b74a7375d4
3 changed files with 165 additions and 24 deletions

View file

@ -668,9 +668,7 @@ require('lazy').setup({
-- NOTE: The import below can automatically add your own plugins, configuration, etc from `lua/custom/plugins/*.lua`
-- This is the easiest way to modularize your config.
--
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
-- For additional information, see `:help lazy.nvim-lazy.nvim-structuring-your-plugins`
-- { import = 'custom.plugins' },
require 'plugins.topper3418.oil',
}, {
ui = {
-- If you are using a Nerd Font: set icons to an empty table which will use the

View file

@ -1,5 +1,6 @@
return {
'stevearc/oil.nvim',
default_file_explorer = true,
opts = {
columns = {
'icon',
@ -29,8 +30,8 @@ return {
'-',
'<CMD>Oil<CR>',
desc = 'Open parent directory',
mode = { 'n' }
}
mode = { 'n' },
},
},
use_default_keymaps = false,
-- Optional dependencies