addet fallback neotree plugin
This commit is contained in:
parent
30d0008bcf
commit
ee4998af67
1 changed files with 13 additions and 0 deletions
|
@ -1,4 +1,17 @@
|
||||||
return {
|
return {
|
||||||
|
-- ─< neotree - fallback >────────────────────────────────────────────────────────────────────────
|
||||||
|
-- {
|
||||||
|
-- "nvim-neo-tree/neo-tree.nvim",
|
||||||
|
-- branch = "v3.x",
|
||||||
|
-- dependencies = {
|
||||||
|
-- "nvim-lua/plenary.nvim",
|
||||||
|
-- "nvim-tree/nvim-web-devicons", -- not strictly required, but recommended
|
||||||
|
-- "MunifTanjim/nui.nvim",
|
||||||
|
-- -- "3rd/image.nvim", -- Optional image support in preview window: See `# Preview Mode` for more information
|
||||||
|
-- },
|
||||||
|
-- vim.keymap.set("n", "<leader>e", "<CMD>:Neotree toggle<CR>"),
|
||||||
|
-- },
|
||||||
|
|
||||||
{
|
{
|
||||||
"kelly-lin/ranger.nvim",
|
"kelly-lin/ranger.nvim",
|
||||||
config = function()
|
config = function()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue