all repos

init.lua @ b86ff7f

my nvim config
1 files changed, 1 insertions(+), 0 deletions(-)
refactor(lazydev): auto load types for mini.test
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-08-17 00:15:10 +0300
Parent: 6686316
M lua/plugins/lsp/init.lua

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

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