summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2022-06-11 17:46:37 +0200
committerGitHub <[email protected]>2022-06-11 17:46:37 +0200
commit1d1f7bac658f0c376cdd9e0df691fc4015be14b7 (patch)
treec880862805a9af3560348db920254f0063177b38 /.gitignore
parent59361ebe7b677dea0ca490b989af89c8918e1618 (diff)
fix: skip calling nvim-tree.setup() more than once (#2707)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a9396a17..440d01d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,5 @@ lua/lv-user-config/
*.bak
*.backup
*.old
+
+.luacheckcache \ No newline at end of file