interestingwords => quickhl

This commit is contained in:
Alex Yatskov 2023-04-22 11:48:57 -07:00
parent 54293353ab
commit 2db76c27a6
4 changed files with 10 additions and 8 deletions

6
.gitmodules vendored
View File

@ -28,9 +28,6 @@
[submodule ".vim/bundle/vim-unimpaired"] [submodule ".vim/bundle/vim-unimpaired"]
path = pack/plugins/start/vim-unimpaired path = pack/plugins/start/vim-unimpaired
url = https://github.com/tpope/vim-unimpaired.git url = https://github.com/tpope/vim-unimpaired.git
[submodule ".vim/bundle/vim-interestingwords"]
path = pack/plugins/start/vim-interestingwords
url = https://github.com/vasconcelloslf/vim-interestingwords.git
[submodule ".vim/bundle/vim-dirvish"] [submodule ".vim/bundle/vim-dirvish"]
path = pack/plugins/start/vim-dirvish path = pack/plugins/start/vim-dirvish
url = https://github.com/justinmk/vim-dirvish.git url = https://github.com/justinmk/vim-dirvish.git
@ -97,3 +94,6 @@
[submodule "pack/plugins/start/revolver.nvim"] [submodule "pack/plugins/start/revolver.nvim"]
path = pack/plugins/start/revolver.nvim path = pack/plugins/start/revolver.nvim
url = https://github.com/FooSoft/revolver.nvim.git url = https://github.com/FooSoft/revolver.nvim.git
[submodule "pack/plugins/start/vim-quickhl"]
path = pack/plugins/start/vim-quickhl
url = https://github.com/t9md/vim-quickhl.git

View File

@ -81,9 +81,11 @@ vim.g.go_metalinter_enabled = {}
vim.g.go_null_module_warning = 0 vim.g.go_null_module_warning = 0
vim.g.go_version_warning = 0 vim.g.go_version_warning = 0
-- vim-interestingwords
vim.g.interestingWordsGUIColors = {'#8ccbea', '#a4e57e', '#ffdb72', '#ff7272', '#ffb3ff', '#9999ff'}
vim.g.interestingWordsTermColors = {'154', '121', '211', '137', '214', '222'}
-- vim-polyglot -- vim-polyglot
vim.g.rustfmt_autosave = 1 vim.g.rustfmt_autosave = 1
-- vim-quickhl
vim.keymap.set('n', '<leader>k', '<Plug>(quickhl-manual-this)')
vim.keymap.set('x', '<leader>k', '<Plug>(quickhl-manual-this)')
vim.keymap.set('n', '<leader>K', '<Plug>(quickhl-manual-reset)')
vim.keymap.set('x', '<leader>K', '<Plug>(quickhl-manual-reset)')

@ -1 +0,0 @@
Subproject commit e59f97aca15c6180e6f3aceaf4f7b50ca04326ed

@ -0,0 +1 @@
Subproject commit be1f44169c3fdee3beab629e83380515da03835e