diff options
| author | jdhao <jdhao@hotmail.com> | 2021-12-12 17:30:11 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-12-12 17:30:11 +0800 |
| commit | 06910bac87cbb650f81cf9a715be057845a23136 (patch) | |
| tree | e03a5d268526843895b8c3279424c6bfcf564e78 /lua/plugins.lua | |
| parent | 85427c6424eb5bb52297bdadf9026a81356e294b (diff) | |
remove plugin vim-cool
nvim-hlslens can replace it if calm_down option is enabled.
Diffstat (limited to 'lua/plugins.lua')
| -rw-r--r-- | lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 4974970..4006096 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -78,7 +78,7 @@ require("packer").startup({ } -- 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 use { |
