From 0e6982bb0bae1e490eea2a33c179d569391a785a Mon Sep 17 00:00:00 2001 From: Skladnayazebra Date: Thu, 3 Sep 2026 15:51:40 +0200 Subject: Finally made Lua handle NeoVim API LSP --- nvim/.luarc.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 nvim/.luarc.json (limited to 'nvim/.luarc.json') diff --git a/nvim/.luarc.json b/nvim/.luarc.json new file mode 100644 index 0000000..2e1f385 --- /dev/null +++ b/nvim/.luarc.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json", + "workspace.library": [ + "/usr/share/nvim/runtime/lua", + "~/.local/share/nvim/lazy/lazy.nvim/lua" + ] +} -- cgit v1.3.1