feat!: nvim-treesitter changes

This commit is contained in:
Michael Chris Lopez
2022-10-22 09:32:57 +08:00
parent 6455bdfa0e
commit bfb2e0d43a
17 changed files with 205 additions and 196 deletions

View File

@@ -1,5 +1,5 @@
local generator = require "zenbones.specs"
local bg = vim.opt.background:get()
local bg = vim.o.background
local p = require("zenwritten.palette")[bg]
return generator.generate(p, bg, generator.get_global_config("zenwritten", bg))