Adds optolith addon

This commit is contained in:
Michel 2025-01-02 19:25:01 +01:00
parent 521199ae23
commit d858ee8e8e
3 changed files with 87 additions and 2 deletions

View file

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