初始化dotfiles
This commit is contained in:
11
nvim/.luarc.json
Normal file
11
nvim/.luarc.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"diagnostics": {
|
||||
"globals": ["vim"]
|
||||
},
|
||||
"runtime": {
|
||||
"version": "Lua 5.5"
|
||||
},
|
||||
"workspace": {
|
||||
"checkThirdParty": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user