add brightest
a package to hightlight the currently selected word in other lines
This commit is contained in:
parent
03108f0e41
commit
306cd7b3e3
@ -18,3 +18,4 @@ require("neotest_config")
|
||||
require("trouble_config")
|
||||
require("symbols_outline")
|
||||
require("luasnip_config")
|
||||
require("brightest_config")
|
||||
|
8
nvim/lua/brightest_config.lua
Normal file
8
nvim/lua/brightest_config.lua
Normal file
@ -0,0 +1,8 @@
|
||||
vim.g['brightest#highlight'] = { group = 'BrightestUnderline' }
|
||||
vim.g['brightest#enable_filetypes'] = {
|
||||
_ = 1,
|
||||
vim = 0,
|
||||
NvimTree = 0,
|
||||
TelescopePrompt = 0,
|
||||
Trouble = 0,
|
||||
}
|
@ -107,6 +107,7 @@ require("packer").startup(function(use)
|
||||
use 'towolf/vim-helm'
|
||||
use { 'catppuccin/nvim', as = "catppuccin" }
|
||||
use 'gpanders/editorconfig.nvim'
|
||||
use 'osyo-manga/vim-brightest'
|
||||
use { 'kylechui/nvim-surround',
|
||||
tag = "*",
|
||||
config = function()
|
||||
|
Loading…
Reference in New Issue
Block a user