Add Osaka Jade theme to default theme set. (#514)
* Add Osaka Jade Theme * Use jpg for bg for lower size with no quality difference --------- Co-authored-by: Justin Lowry <j.lowry@hey.com> Co-authored-by: David Heinemeier Hansson <david@hey.com>
This commit is contained in:
co-authored by
Justin Lowry
David Heinemeier Hansson
parent
41249a271a
commit
1d29c32fe5
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
"ribru17/bamboo.nvim",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
config = function()
|
||||
require("bamboo").setup({})
|
||||
require("bamboo").load()
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user