updates
This commit is contained in:
parent
f0a205be54
commit
608c974731
5 changed files with 26 additions and 18 deletions
|
@ -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...
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue