初始化dotfiles

This commit is contained in:
2026-06-18 11:36:12 +08:00
commit f4305709a5
37 changed files with 1540 additions and 0 deletions

11
nvim/.luarc.json Normal file
View File

@ -0,0 +1,11 @@
{
"diagnostics": {
"globals": ["vim"]
},
"runtime": {
"version": "Lua 5.5"
},
"workspace": {
"checkThirdParty": false
}
}