live-server.nvim/.luarc.json
Barrett Ruth 0342a892fb chore: update project configs to match cp.nvim
- Add .editorconfig
- Add .luarc.json for LSP support
- Rename .stylua.toml to stylua.toml
- Update .gitignore
2026-02-03 21:00:07 -05:00

8 lines
263 B
JSON

{
"runtime.version": "Lua 5.1",
"runtime.path": ["lua/?.lua", "lua/?/init.lua"],
"diagnostics.globals": ["vim"],
"workspace.library": ["$VIMRUNTIME/lua", "${3rd}/luv/library"],
"workspace.checkThirdParty": false,
"completion.callSnippet": "Replace"
}