bal_gennady

fix "Undefined global `vim`" .luarc.json

Oct 23rd, 2025
984
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.17 KB | Source Code | 0 0
  1. {
  2.   "$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
  3.   "diagnostics": {
  4.     "enable": true,
  5.     "globals": ["vim", "use"]
  6.   }
  7. }
Tags: nvim dotfile
Advertisement
Add Comment
Please, Sign In to add comment