summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris <[email protected]>2021-03-16 02:33:50 -0400
committerChris <[email protected]>2021-03-16 02:33:50 -0400
commitc03033adcb60b129da5681d7c3f350ab5ff4a45e (patch)
tree17878e8361962ebdb86e2dc8c17cf6b3da8f9b5f
parente227d39921a33c43f604254dfce2fa07f6774fc7 (diff)
add illuminate
-rw-r--r--README.md1
-rw-r--r--lua/plugins.lua1
2 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index cabc7608..2385a40d 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,7 @@ $HOME/.config/nvim/lua/nv-vscode/init.vim
- setup junit tests for java
- add git signs to whichkey (This will require wrapping in Lua commands)
- add lots of lsp
+- configure illuminate according to readme
- neovim lightbulb config
- move language servers not installed with npm to neovim local share location
- more handsome/modern galaxyline
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)