aboutsummaryrefslogtreecommitdiff
path: root/env/.config/nvim/custom-lsp
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2025-05-24 04:08:28 -0500
committericeyrazor <iceyrazor@mailfence.com>2025-05-24 04:08:28 -0500
commite966d5328d6f328546db213278d1a1a6cd2f58d5 (patch)
treef0d41635190d29623920fdf4732cea7a006632d2 /env/.config/nvim/custom-lsp
parent5010e575335939597b05f8d58bdf205c693a8004 (diff)
install scripts. reorganization. soon to be deployable
Diffstat (limited to 'env/.config/nvim/custom-lsp')
-rwxr-xr-xenv/.config/nvim/custom-lsp/.luarc.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/env/.config/nvim/custom-lsp/.luarc.json b/env/.config/nvim/custom-lsp/.luarc.json
new file mode 100755
index 0000000..93e15cc
--- /dev/null
+++ b/env/.config/nvim/custom-lsp/.luarc.json
@@ -0,0 +1,3 @@
+{
+ "workspace.library":["~/.config/nvim/custom-lsp"]
+}