aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-11-23 22:35:29 +0800
committerjdhao <jdhao@hotmail.com>2021-11-23 22:43:12 +0800
commit1441601ddfc98b1dc7f91b238b87df995e98ee3d (patch)
treea7c00848b5021c9486819cbe71156e0a0d0da091
parent7fe37ffd24c63bf9014f5533fbf3a0ee00292f15 (diff)
remove plugin vim-searchlight
It can be replaced by nvim-hlslens
-rw-r--r--lua/plugins.lua5
1 files changed, 1 insertions, 4 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua
index a342f28..c25dd89 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -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