refactor: move api to ui and util

This commit is contained in:
Folke Lemaitre 2023-01-03 21:05:22 +01:00
parent 7a49913cf2
commit bf8f5b31f3
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
3 changed files with 10 additions and 6 deletions

View file

@ -8,4 +8,7 @@ return {
vim.g.startuptime_tries = 10
end,
},
-- library used by other plugins
"nvim-lua/plenary.nvim",
}