diff options
| author | Jesse Zomer <jessezomer@hotmail.com> | 2023-02-27 10:29:06 +0100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-27 10:29:06 +0100 | 
| commit | 9ad6acdff121ad344cebeb640b48e6ed4d5a8f58 (patch) | |
| tree | 8823bb1e86b8006e3b2f623a70db7f06a008ff97 /.neoconf.json | |
| parent | 1a2b26d37c1601b53d7ef0641fd790ffe3b1c395 (diff) | |
refactor: sumneko -> lua_ls (#18)
Diffstat (limited to '.neoconf.json')
| -rw-r--r-- | .neoconf.json | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/.neoconf.json b/.neoconf.json index aa1b504..7c48087 100644 --- a/.neoconf.json +++ b/.neoconf.json @@ -7,7 +7,7 @@    },    "neoconf": {      "plugins": { -      "sumneko_lua": { +      "lua_ls": {          "enabled": true        }      }  | 
