initial commit

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-03-21 13:03:54 -05:00
commit f5f99e551d
13 changed files with 332 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,
-- },
}