dotfiles/nvim/lua/brightest_config.lua
mightypanders 306cd7b3e3 add brightest
a package to hightlight the currently selected word in other lines
2023-05-05 00:00:10 +02:00

9 lines
221 B
Lua

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