added hardtime plugin
This commit is contained in:
@@ -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" },
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user