neotree and oil working

This commit is contained in:
Fernando Bueno 2024-09-16 01:55:37 -04:00
parent 3286453615
commit df1ef7a05b
2 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,7 @@ return {
config = function() config = function()
require("oil").setup { require("oil").setup {
columns = { "icon" }, columns = { "icon" },
default_file_explorer = true, default_file_explorer = false,
delete_to_trash = true, delete_to_trash = true,
skip_confirm_for_simple_edits = true, skip_confirm_for_simple_edits = true,
keymaps = { keymaps = {

View File

@ -12,6 +12,7 @@ return {
cmd = 'Neotree', cmd = 'Neotree',
keys = { keys = {
{ '\\', ':Neotree reveal<CR>', { desc = 'NeoTree reveal' } }, { '\\', ':Neotree reveal<CR>', { desc = 'NeoTree reveal' } },
{ '<leader>o', ':Neotree toggle<cr>', desc = 'NeoTree', silent = true },
}, },
opts = { opts = {
filesystem = { filesystem = {