diff options
| author | Skladnayazebra <skladnayazebra@gmail.com> | 2026-09-03 15:51:40 +0200 |
|---|---|---|
| committer | Skladnayazebra <skladnayazebra@gmail.com> | 2026-09-03 15:51:40 +0200 |
| commit | 0e6982bb0bae1e490eea2a33c179d569391a785a (patch) | |
| tree | 5f9eb7835a76d98d2df78f17d65a0b98e97ff227 /nvim/.luarc.json | |
| parent | f1353dc53b5d71b68fc35d78b7913b9f87eb6768 (diff) | |
Finally made Lua handle NeoVim API LSP
Diffstat (limited to 'nvim/.luarc.json')
| -rw-r--r-- | nvim/.luarc.json | 7 |
1 files changed, 7 insertions, 0 deletions
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" + ] +} |
