Nvim初始化LazyVim配置

This commit is contained in:
2025-07-17 22:20:41 +08:00
parent df0a2033c2
commit 16960041c0
11 changed files with 499 additions and 0 deletions

15
nvim/.neoconf.json Normal file
View File

@ -0,0 +1,15 @@
{
"neodev": {
"library": {
"enabled": true,
"plugins": true
}
},
"neoconf": {
"plugins": {
"lua_ls": {
"enabled": true
}
}
}
}