moved new files over

This commit is contained in:
2022-10-10 07:36:04 -05:00
parent f7eda76c6e
commit 61446bb8e5
15 changed files with 605 additions and 1121 deletions
-1
View File
@@ -1 +0,0 @@
vim.api.nvim_del_keymap("n", "<leader>co")
-3
View File
@@ -1,3 +0,0 @@
vim.o.foldlevelstart = 10
vim.o.foldmethod = "expr"
vim.o.foldexpr = "nvim_treesitter#foldexpr()"
-4
View File
@@ -1,4 +0,0 @@
---- automatically opens all marked files
--_G.harpoon_open_marks()
---- sets tab switch mode to harpoon marks
--_G.harpoon_btoggle(true)