2024-02-13 22:05:37 +03:00
|
|
|
if true then return {} end -- REMOVE THIS LINE TO ACTIVATE THIS FILE
|
|
|
|
|
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 {
|
2024-02-13 22:05:37 +03:00
|
|
|
"andweeb/presence.nvim",
|
|
|
|
{
|
|
|
|
"ray-x/lsp_signature.nvim",
|
|
|
|
event = "BufRead",
|
|
|
|
config = function() require("lsp_signature").setup() end,
|
|
|
|
},
|
2023-01-14 22:16:59 +03:00
|
|
|
}
|