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,6 +1,6 @@
local lush = require "lush"
local generator = require "zenbones.specs"
local bg = vim.opt.background:get()
local bg = vim.o.background
local p = require("tokyobones.palette")[bg]
local specs = generator.generate(p, bg, generator.get_global_config("tokyobones", bg))