added hardtime plugin

This commit is contained in:
2024-01-15 19:03:38 +01:00
parent 0e8cf26144
commit 725b4e75bd
2 changed files with 14 additions and 1 deletions
+6
View File
@@ -214,3 +214,9 @@ lspconfig["intelephense"].setup({
on_attach = on_attach,
filetypes = { "php" },
})
lspconfig["slint_lsp"].setup({
on_attach = on_attach,
capabilities = capabilities,
filetypes = { "slint" },
})