AstroNvim_template/lua/plugins/user.lua

13 lines
320 B
Lua
Raw Normal View History

2024-02-13 22:05:37 +03:00
if true then return {} end -- REMOVE THIS LINE TO ACTIVATE THIS FILE
-- You can also add new plugins here as well using the lazy syntax:
2024-01-20 08:40:08 +03:00
---@type LazySpec
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,
},
}