this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix double definitions error in sumneko_lua

+1 -1
+1 -1
lua/user/lsp/settings/sumneko_lua.lua
··· 7 7 workspace = { 8 8 library = { 9 9 [vim.fn.expand("$VIMRUNTIME/lua")] = true, 10 - [vim.fn.stdpath("config") .. "/lua"] = true, 10 + -- [vim.fn.stdpath("config") .. "/lua"] = true, 11 11 }, 12 12 }, 13 13 },