mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
refactor: move api to ui and util
This commit is contained in:
parent
7a49913cf2
commit
bf8f5b31f3
3 changed files with 10 additions and 6 deletions
|
@ -152,6 +152,7 @@ return {
|
|||
alpha.setup(dashboard.opts)
|
||||
end
|
||||
|
||||
|
||||
vim.api.nvim_create_autocmd("User", {
|
||||
pattern = "LazyVimStarted",
|
||||
callback = function()
|
||||
|
@ -163,4 +164,10 @@ return {
|
|||
})
|
||||
end,
|
||||
},
|
||||
|
||||
-- icons
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
|
||||
-- ui components
|
||||
"MunifTanjim/nui.nvim",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue