Adds git support for optolith

This commit is contained in:
Michel 2025-01-03 14:19:18 +01:00
parent 2ea0877394
commit 576eba8e4e
5 changed files with 82 additions and 47 deletions

View file

@ -1,5 +1,6 @@
package.path = package.path .. ";./lua"
-- bootstrap lazy.nvim, LazyVim and your plugins
require("config.lazy")
package.path = package.path .. ";./lua"
require("addons.optolith")