Skip to content

Commit d219292

Browse files
committed
docs: fix README, buffer_delete command moved to buffers source
1 parent ab65e77 commit d219292

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ use {
4747
"MunifTanjim/nui.nvim"
4848
},
4949
config = function ()
50+
-- See ":help neo-tree-highlights" for a list of available highlight groups
51+
vim.cmd([[
52+
hi link NeoTreeDirectoryName Directory
53+
hi link NeoTreeDirectoryIcon NeoTreeDirectoryName
54+
]])
55+
5056
require("neo-tree").setup({
5157
popup_border_style = "rounded",
5258
enable_git_status = true,
@@ -84,7 +90,6 @@ use {
8490
["c"] = "copy_to_clipboard",
8591
["x"] = "cut_to_clipboard",
8692
["p"] = "paste_from_clipboard",
87-
["bd"] = "buffer_delete",
8893
}
8994
}
9095
},
@@ -106,6 +111,7 @@ use {
106111
["c"] = "copy_to_clipboard",
107112
["x"] = "cut_to_clipboard",
108113
["p"] = "paste_from_clipboard",
114+
["bd"] = "buffer_delete",
109115
}
110116
},
111117
},

0 commit comments

Comments
 (0)