feat!: Move to AstroNvim v4 distributed through lazy.nvim

This commit is contained in:
Micah Halter
2023-07-25 12:00:48 -04:00
parent 59b12098bd
commit 5dae91a387
18 changed files with 176 additions and 169 deletions

12
lua/plugins/user.lua Normal file
View File

@ -0,0 +1,12 @@
return {
-- You can also add new plugins here as well:
-- Add plugins, the lazy syntax
-- "andweeb/presence.nvim",
-- {
-- "ray-x/lsp_signature.nvim",
-- event = "BufRead",
-- config = function()
-- require("lsp_signature").setup()
-- end,
-- },
}