refactor: move api to ui and util
This commit is contained in:
@ -1,6 +0,0 @@
|
||||
-- plugins that provide apis for other plugins
|
||||
return {
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
"nvim-lua/plenary.nvim",
|
||||
"MunifTanjim/nui.nvim",
|
||||
}
|
@ -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",
|
||||
}
|
||||
|
@ -8,4 +8,7 @@ return {
|
||||
vim.g.startuptime_tries = 10
|
||||
end,
|
||||
},
|
||||
|
||||
-- library used by other plugins
|
||||
"nvim-lua/plenary.nvim",
|
||||
}
|
||||
|
Reference in New Issue
Block a user