dotfiles/nvim/lua/brightest_config.lua

9 lines
221 B
Lua
Raw Normal View History

vim.g['brightest#highlight'] = { group = 'BrightestUnderline' }
vim.g['brightest#enable_filetypes'] = {
_ = 1,
vim = 0,
NvimTree = 0,
TelescopePrompt = 0,
Trouble = 0,
}