This commit is contained in:
2025-12-06 08:14:32 +00:00
commit e12c8c6d72
9 changed files with 539 additions and 0 deletions

8
nvim/lua/my/init.lua Executable file
View File

@@ -0,0 +1,8 @@
local M = {}
function M.setup()
require('my.lsp').initialize()
require('my.dashboard').setup()
end
return M