Initial Commit

This commit is contained in:
Falon Clark
2026-03-19 13:09:21 -04:00
commit a7f8df9e50
24 changed files with 537 additions and 0 deletions

5
lua/plugins/fterm.lua Normal file
View File

@@ -0,0 +1,5 @@
return {
"numToStr/FTerm.nvim",
config = function()
end
}