2023-07-27 19:42:05 +03:00
|
|
|
-- You can also add new plugins here as well using the lazy syntax:
|
2024-01-20 08:40:08 +03:00
|
|
|
---@type LazySpec
|
2023-01-14 22:16:59 +03:00
|
|
|
return {
|
|
|
|
-- "andweeb/presence.nvim",
|
|
|
|
-- {
|
|
|
|
-- "ray-x/lsp_signature.nvim",
|
|
|
|
-- event = "BufRead",
|
|
|
|
-- config = function()
|
|
|
|
-- require("lsp_signature").setup()
|
|
|
|
-- end,
|
|
|
|
-- },
|
|
|
|
}
|