first commit

This commit is contained in:
yetone
2024-08-12 23:53:28 +08:00
commit 9edd4202af
11 changed files with 1944 additions and 0 deletions

9
.luarc.json Normal file
View File

@@ -0,0 +1,9 @@
{
"workspace.library": [
"/Users/yetone/.local/share/nvim/lazy/neodev.nvim/types/stable",
"/opt/homebrew/Cellar/neovim/0.9.0/share/nvim/runtime/lua",
"/Users/yetone/.local/share/nvim/lazy/nvim-dap-ui/lua",
"/Users/yetone/.config/nvim/lua",
"${3rd}/luv/library"
]
}