add(starship): hinted path

This commit is contained in:
Léana 江 2023-04-26 12:51:22 +02:00 committed by Léana 江
parent 804fbc9a3a
commit f12a9fae4e
6 changed files with 97 additions and 27 deletions

View file

@ -91,7 +91,3 @@ require("lazy").setup({
}, {
install = { colorscheme = { "catppuccin" } },
})
vim.schedule(function()
vim.cmd.colorscheme "catppuccin-frappe"
end)