git-stuff

This commit is contained in:
2026-04-04 21:54:31 +02:00
parent 14d005b58e
commit e75acf95c3
3 changed files with 16 additions and 8 deletions
+2 -2
View File
@@ -65,7 +65,7 @@ return {
},
})
-- Type- and JavaScript
-- Type- and JavaScript
vim.lsp.config("ts_ls", {
settings = {
typescript = {
@@ -93,7 +93,7 @@ return {
},
})
-- Other languages
-- Other languages
vim.lsp.config("jsonls", {})
vim.lsp.config("yamlls", {})
vim.lsp.config("html", {})