Files
nvim/.luarc.json
2026-03-29 19:43:53 -04:00

8 lines
239 B
JSON

{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"workspace.library": [
"/opt/homebrew/Cellar/neovim/0.12.0/share/nvim/runtime/lua",
"~/.local/share/nvim/lazy/lazy.nvim/lua"
]
}