From a8e0f620c2f67357576703e01e2fd6e299829865 Mon Sep 17 00:00:00 2001 From: zackartz Date: Tue, 16 Apr 2024 15:09:10 -0400 Subject: [PATCH] 361 current 2024-04-16 15:09:03 24.05.20240416.c04952a 6.8.4-zen1 * --- modules/home-manager/vim/config/lua/lsp/handlers.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/home-manager/vim/config/lua/lsp/handlers.lua b/modules/home-manager/vim/config/lua/lsp/handlers.lua index 477dc2a..51fbfb9 100644 --- a/modules/home-manager/vim/config/lua/lsp/handlers.lua +++ b/modules/home-manager/vim/config/lua/lsp/handlers.lua @@ -25,12 +25,6 @@ M.lua_ls = make_config("lua_ls", { diagnostics = { globals = { "vim" }, }, - workspace = { - library = { - "/usr/local/share/nvim/runtime/lua", - "~/.local/share/nvim/lazy/neodev.nvim/types/stable", - }, - }, }, }, })