Adds configuration and packages for lsp

This commit is contained in:
Dennis Schoepf 2025-04-10 00:13:52 +02:00
parent e80172efaf
commit 89eab258b0
9 changed files with 224 additions and 4 deletions

View file

@ -1 +1,4 @@
vim.lsp.enable("ts_ls")
vim.lsp.enable("lua_ls")
vim.lsp.enable("eslint")
vim.lsp.enable("jsonls")