This commit is contained in:
inorishio
2026-02-10 16:13:55 +01:00
parent f77acb5f33
commit 4c8248f323
8 changed files with 318 additions and 334 deletions
+10 -1
View File
@@ -102,7 +102,6 @@ return {
},
{
"zbirenbaum/copilot.lua",
lazy = true,
cmd = "Copilot",
event = "InsertEnter",
config = function()
@@ -161,6 +160,8 @@ return {
"L3MON4D3/LuaSnip",
"saadparwaiz1/cmp_luasnip",
"j-hui/fidget.nvim",
"b0o/schemastore.nvim",
"saghen/blink.cmp",
},
config = function()
require("config.lspconfig")
@@ -269,4 +270,12 @@ return {
require("config.zterm-navigator")
end,
},
{
"Fildo7525/pretty_hover",
event = "LspAttach",
opts = {},
},
{
"artemave/workspace-diagnostics.nvim",
},
}