diff options
author | Christian Chiarulli <[email protected]> | 2022-09-19 13:12:52 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2022-09-19 13:12:52 -0400 |
commit | 352147158bb696e4b8fcb236d2cb477955b26dcf (patch) | |
tree | cf787c1d9ada73fe047368addccc493d9cf2cde5 /lua/lvim/plugins.lua | |
parent | d44da34e92f92bbe59d2fca5965aa9c35c64374c (diff) |
feat(document highlight): use illuminate rather than autocommand to avoid flashing (#3029)
Diffstat (limited to 'lua/lvim/plugins.lua')
-rw-r--r-- | lua/lvim/plugins.lua | 4 |
1 files changed, 4 insertions, 0 deletions
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") |