Skip to content

Commit

Permalink
lsp: add garbage-day.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Sep 30, 2024
1 parent f76bb39 commit 9630a94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/nxvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ local modules = {
{ "j-hui/fidget.nvim", event = "VeryLazy", config = "lsp.plugins.fidget" },
{ "ray-x/lsp_signature.nvim", event = "VeryLazy", config = "lsp.plugins.lsp-signature" },
{ "WhoIsSethDaniel/toggle-lsp-diagnostics.nvim", event = "VeryLazy", config = "lsp.plugins.lsp-toggle" },
"b0o/SchemaStore.nvim",
{ "zeioth/garbage-day.nvim", dependencies = "neovim/nvim-lspconfig", event = "VeryLazy", conifg = true },
{ "b0o/SchemaStore.nvim", event = "VeryLazy" },
-- Mason
{ "williamboman/mason.nvim", config = "lsp.plugins.mason" },
-- stylua: ignore
Expand Down

0 comments on commit 9630a94

Please sign in to comment.