summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/plugins.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua
index 3e0d3b1e..58360a33 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -106,4 +106,5 @@ return require('packer').startup(function()
use 'phaazon/hop.nvim'
use 'liuchengxu/vista.vim'
use { 'npxbr/glow.nvim', run = ':GlowInstall' }
+ use 'RRethy/vim-illuminate'
end)