astronvim_config/lua/plugins/user.lua
2024-06-03 14:41:29 +02:00

14 lines
334 B
Lua

-- You can also add or configure plugins by creating files in this `plugins/` folder
-- Here are some examples:
---@type LazySpec
return {
-- == Examples of Adding Plugins ==
{
"ray-x/lsp_signature.nvim",
event = "VeryLazy",
opts = {},
config = function(_, opts) require("lsp_signature").setup(opts) end,
},
}