all repos

init.lua @ 24820383f9bbe45941325a6eaf4e3092676f639b

my nvim config
1 files changed, 2 insertions(+), 1 deletions(-)
refactor(lsp): update config of lazydev
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-08-01 21:09:44 +0300
Parent: c36ca9a
M lua/plugins/lsp/init.lua

@@ -16,7 +16,8 @@ dependencies = { "nvim-lspconfig", "Bilal2453/luvit-meta" },

opts = { library = { { path = "luvit-meta/library", words = { "vim%.uv" } }, - { path = "lazy.nvim" }, + "lazy.nvim", + "gopher.nvim", }, }, },