From 352147158bb696e4b8fcb236d2cb477955b26dcf Mon Sep 17 00:00:00 2001 From: Christian Chiarulli Date: Mon, 19 Sep 2022 13:12:52 -0400 Subject: feat(document highlight): use illuminate rather than autocommand to avoid flashing (#3029) --- lua/lvim/plugins.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lua/lvim/plugins.lua') diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua index a483dbc0..bd8f787d 100644 --- a/lua/lvim/plugins.lua +++ b/lua/lvim/plugins.lua @@ -256,6 +256,10 @@ local core_plugins = { { "b0o/schemastore.nvim", }, + + { + "RRethy/vim-illuminate", + }, } local default_snapshot_path = join_paths(get_lvim_base_dir(), "snapshots", "default.json") -- cgit v1.2.3