diff options
author | kylo252 <[email protected]> | 2022-06-11 17:46:37 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-06-11 17:46:37 +0200 |
commit | 1d1f7bac658f0c376cdd9e0df691fc4015be14b7 (patch) | |
tree | c880862805a9af3560348db920254f0063177b38 /.gitignore | |
parent | 59361ebe7b677dea0ca490b989af89c8918e1618 (diff) |
fix: skip calling nvim-tree.setup() more than once (#2707)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -27,3 +27,5 @@ lua/lv-user-config/ *.bak *.backup *.old + +.luacheckcache
\ No newline at end of file |