mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
remove plugin vim-searchlight
It can be replaced by nvim-hlslens
This commit is contained in:
parent
7fe37ffd24
commit
1441601ddf
@ -76,9 +76,6 @@ require("packer").startup({
|
||||
-- Clear highlight search automatically for you
|
||||
use({"romainl/vim-cool", event = "VimEnter"})
|
||||
|
||||
-- Show current search term in different color
|
||||
use({"PeterRincker/vim-searchlight", event = "VimEnter"})
|
||||
|
||||
-- Show match number for search
|
||||
use {'kevinhwang91/nvim-hlslens', branch = 'dev', event = "VimEnter"}
|
||||
|
||||
@ -330,5 +327,5 @@ require("packer").startup({
|
||||
|
||||
local status, _ = pcall(require, 'packer_compiled')
|
||||
if not status then
|
||||
vim.notify("packer_compile.lua not found: run PackerSync to fix!")
|
||||
vim.notify("Error requiring packer_compiled.lua: run PackerSync to fix!")
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user