Initial commit from notebook

This commit is contained in:
2025-12-13 09:58:52 +03:00
commit e031105b26
28 changed files with 6536 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
-- bootstrap lazy.nvim, LazyVim and your plugins
require("config.lazy")
require("lspconfig").elixirls.setup({
-- Unix
cmd = { "elixir-ls" },
})