From 43701418e2f68e7649c4c29ed2dee9e9cfbd7554 Mon Sep 17 00:00:00 2001 From: Smirnov Oleksandr Date: Fri, 15 Mar 2024 23:51:02 +0200 Subject: [PATCH] fix, this shouldnt be in repo --- .luarc.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.luarc.json b/.luarc.json index 648d6b4..a0d5712 100644 --- a/.luarc.json +++ b/.luarc.json @@ -6,11 +6,5 @@ "after_each", "before_all", "after_all" - ], - "workspace.library": [ - "/home/olex/.local/share/nvim/lazy/neodev.nvim/types/nightly", - "/usr/share/nvim/runtime/lua", - "/home/olex/code/gopher.nvim/lua", - "${3rd}/luv/library" ] }