This commit is contained in:
RingOfStorms (Joshua Bell) 2023-03-29 14:21:13 -05:00
parent f0a205be54
commit 608c974731
5 changed files with 26 additions and 18 deletions

View file

@ -1,14 +1,4 @@
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,
-- },
{
"Pocco81/auto-save.nvim",
event = "BufEnter",
@ -22,4 +12,12 @@ return {
"Almo7aya/openingh.nvim",
event = "BufEnter",
},
{
"gioele/vim-autoswap",
event = "BufEnter"
},
-- {
-- "simrat39/inlay-hints.nvim",
-- },
-- This is not working so disabling for now...
}