This commit is contained in:
2022-02-20 03:52:11 -06:00
parent 68d9b480f6
commit 2420aee32b
10 changed files with 375 additions and 195 deletions
+3
View File
@@ -0,0 +1,3 @@
--vim.o.foldlevelstart = 4
--vim.o.foldmethod = "expr"
--vim.o.foldexpr = "nvim_treesitter#foldexpr()"
+4
View File
@@ -0,0 +1,4 @@
-- automatically opens all marked files
_G.harpoon_open_marks()
-- sets tab switch mode to harpoon marks
_G.harpoon_btoggle(true)