refactor(marks): fix offset line and move into init.lua

also set node in marks record instead of true
This commit is contained in:
kiyan
2022-07-12 09:34:26 +02:00
parent 078a9e5bf9
commit 6a49a0301f
2 changed files with 6 additions and 5 deletions

View File

@@ -1262,6 +1262,6 @@ You can toggle marks on files/folders with
default.
To get the list of marked paths, you can call
`require("nvim-tree.marks").get_marks()`. This will return `{string}`.
`require("nvim-tree.marks").get_marks()`. This will return `{node}`.
vim:tw=78:ts=4:sw=4:et:ft=help:norl: