Initial commit

This commit is contained in:
2023-09-26 11:45:27 -05:00
committed by GitHub
commit bfeb6a8522
15 changed files with 402 additions and 0 deletions

12
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,
-- },
}