AstroNvim_template/lua/plugins/user.lua

13 lines
284 B
Lua
Raw Normal View History

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