initial commit

This commit is contained in:
2025-12-30 01:31:05 -06:00
commit 24d5bcc047
20 changed files with 1045 additions and 0 deletions

17
lua/_lsp.lua Normal file
View File

@@ -0,0 +1,17 @@
plugin({
"neovim/nvim-lspconfig",
config = function()
-- lspconfig.nextls.setup({
-- cmd = { "nextls" },
-- })
-- lspconfig.elixirls.setup({
-- cmd = { "elixir-ls" },
-- })
-- lspconfig.lexical.setup({
-- cmd = { "lexical" },
-- })
end,
})
-- vim.lsp.enable("lexical")
vim.lsp.enable("pyright")