summaryrefslogtreecommitdiffstats
path: root/.config/nvim/.luarc.json
Commit message (Collapse)AuthorAgeFilesLines
* feat(nvim): add .luarc.json pointing lua_ls at the Neovim runtimeThomas Vanbesien2026-05-191-0/+8
Sets workspace.library to $VIMRUNTIME so any lua_ls launcher resolves the `vim` global and vim.api.keyset.* types from the shipped ---@meta stubs, instead of flagging them as undefined. Read by lua_ls regardless of launcher (Neovim, external tooling).