added hardtime plugin
parent
0e8cf26144
commit
725b4e75bd
|
@ -214,3 +214,9 @@ lspconfig["intelephense"].setup({
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
filetypes = { "php" },
|
filetypes = { "php" },
|
||||||
})
|
})
|
||||||
|
|
||||||
|
lspconfig["slint_lsp"].setup({
|
||||||
|
on_attach = on_attach,
|
||||||
|
capabilities = capabilities,
|
||||||
|
filetypes = { "slint" },
|
||||||
|
})
|
||||||
|
|
|
@ -96,5 +96,12 @@ return {
|
||||||
dependencies = {
|
dependencies = {
|
||||||
'nvim-telescope/telescope.nvim'
|
'nvim-telescope/telescope.nvim'
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
|
||||||
|
-- lazy.nvim
|
||||||
|
{
|
||||||
|
"m4xshen/hardtime.nvim",
|
||||||
|
dependencies = { "MunifTanjim/nui.nvim", "nvim-lua/plenary.nvim" },
|
||||||
|
opts = {}
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue