initial commit

This commit is contained in:
2022-07-29 09:46:02 -05:00
parent 57f0da4eca
commit 819a4620de
4 changed files with 644 additions and 0 deletions

4
plugin/nvim-haven.lua Normal file
View File

@@ -0,0 +1,4 @@
if vim.g.loaded_nvim_haven == 1 then
return
end
vim.g.loaded_nvim_haven = 1