mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
remove plugin vim-cool
nvim-hlslens can replace it if calm_down option is enabled.
This commit is contained in:
parent
85427c6424
commit
06910bac87
@ -1,3 +1,8 @@
|
|||||||
|
require('hlslens').setup({
|
||||||
|
calm_down = true,
|
||||||
|
nearest_only = true,
|
||||||
|
})
|
||||||
|
|
||||||
vim.api.nvim_set_keymap(
|
vim.api.nvim_set_keymap(
|
||||||
"n",
|
"n",
|
||||||
"n",
|
"n",
|
||||||
|
|||||||
@ -78,7 +78,7 @@ require("packer").startup({
|
|||||||
}
|
}
|
||||||
|
|
||||||
-- Clear highlight search automatically for you
|
-- Clear highlight search automatically for you
|
||||||
use({"romainl/vim-cool", event = "VimEnter"})
|
-- use({"romainl/vim-cool", event = "VimEnter"})
|
||||||
|
|
||||||
-- Show match number and index for searching
|
-- Show match number and index for searching
|
||||||
use {
|
use {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user