This commit is contained in:
Christian Nieves
2023-12-05 00:03:14 -06:00
parent 7372a53107
commit 0ef4e8a5bf
5 changed files with 13 additions and 4 deletions

View File

@ -21,12 +21,10 @@ return {
end,
dependencies = {
"nvim-lua/plenary.nvim",
"mrbjarksen/neo-tree-diagnostics.nvim",
"MunifTanjim/nui.nvim",
},
keys = {
{ "<C-n>", ":Neotree filesystem reveal toggle reveal_force_cwd<cr>", desc = "Open NeoTree" },
{ "<Leader>xd", "<Cmd>Neotree diagnostics reveal bottom<CR>" },
},
},
}