@@ -398,6 +398,7 @@ Following is the default configuration. See |nvim-tree-opts| for details. >lua
398398 view = {
399399 centralize_selection = false,
400400 cursorline = true,
401+ cursorlineopt = "both",
401402 debounce_delay = 15,
402403 side = "left",
403404 preserve_window_proportions = false,
@@ -771,6 +772,10 @@ initially centralized, see |zz|.
771772Enable | cursorline | in the tree window.
772773 Type: `boolean ` , Default: `true`
773774
775+ *nvim-tree.view.cursorlineopt*
776+ Set | cursorlineopt | in the tree window.
777+ Type: `string ` , Default: `" both" `
778+
774779*nvim-tree.view.debounce_delay*
775780Idle milliseconds before some reload / refresh operations.
776781Increase if you experience performance issues around screen refresh.
@@ -3258,6 +3263,7 @@ highlight group is not, hard linking as follows: >
32583263| nvim-tree.update_focused_file.update_root.ignore_list |
32593264| nvim-tree.view.centralize_selection |
32603265| nvim-tree.view.cursorline |
3266+ | nvim-tree.view.cursorlineopt |
32613267| nvim-tree.view.debounce_delay |
32623268| nvim-tree.view.float |
32633269| nvim-tree.view.float.enable |
0 commit comments