added oil back in
This commit is contained in:
parent
6aa224ecad
commit
b74a7375d4
3 changed files with 165 additions and 24 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue