feat: nvim config

This commit is contained in:
Rasyidan Akbar F. 2025-10-28 15:59:39 +07:00
commit 03507560de
23 changed files with 685 additions and 328 deletions

View file

@ -0,0 +1,27 @@
{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"runtime": {
"version": "LuaJIT",
"path": [
"lua/?.lua",
"lua/?/init.lua"
]
},
"diagnostics": {
"globals": ["vim"]
},
"workspace": {
"library": [
"${3rd}/luv/library",
"${3rd}/busted/library",
"${3rd}/luassert/library"
],
"checkThirdParty": false
},
"completion": {
"callSnippet": "Replace"
},
"telemetry": {
"enable": false
}
}