Remove nvim-lsp-config and manually add each lsp.

This commit is contained in:
calcu1on
2025-05-20 08:55:12 -04:00
parent 571341310a
commit bb66b8fa82
10 changed files with 162 additions and 106 deletions

4
lsp/lexical.lua Normal file
View File

@@ -0,0 +1,4 @@
return {
filetypes = { 'elixir', 'eelixir', 'heex', 'surface' },
root_markers = { 'mix.exs', '.git' },
}