summaryrefslogtreecommitdiffstats
path: root/.claude/lsp-marketplace/plugins
diff options
context:
space:
mode:
Diffstat (limited to '.claude/lsp-marketplace/plugins')
-rw-r--r--.claude/lsp-marketplace/plugins/lua-lsp-local/.claude-plugin/plugin.json8
-rw-r--r--.claude/lsp-marketplace/plugins/lua-lsp-local/.lsp.json25
2 files changed, 0 insertions, 33 deletions
diff --git a/.claude/lsp-marketplace/plugins/lua-lsp-local/.claude-plugin/plugin.json b/.claude/lsp-marketplace/plugins/lua-lsp-local/.claude-plugin/plugin.json
deleted file mode 100644
index 8819760..0000000
--- a/.claude/lsp-marketplace/plugins/lua-lsp-local/.claude-plugin/plugin.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "name": "lua-lsp-local",
- "description": "lua-language-server configured for the Neovim dotfiles: rooted at ~/.config/nvim with the Neovim runtime as a library so `vim` resolves and the $HOME-root diagnostic flood is avoided.",
- "version": "1.0.0",
- "author": {
- "name": "tvanbesi"
- }
-}
diff --git a/.claude/lsp-marketplace/plugins/lua-lsp-local/.lsp.json b/.claude/lsp-marketplace/plugins/lua-lsp-local/.lsp.json
deleted file mode 100644
index 6d8e3dd..0000000
--- a/.claude/lsp-marketplace/plugins/lua-lsp-local/.lsp.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "lua": {
- "command": "lua-language-server",
- "extensionToLanguage": {
- ".lua": "lua"
- },
- "workspaceFolder": "/home/tvanbesi/.config/nvim",
- "settings": {
- "Lua": {
- "runtime": {
- "version": "LuaJIT"
- },
- "workspace": {
- "checkThirdParty": false,
- "library": [
- "/home/tvanbesi/.local/share/nvim/share/nvim/runtime"
- ]
- },
- "diagnostics": {
- "libraryFiles": "Disable"
- }
- }
- }
- }
-}