add illuminate

This commit is contained in:
Chris 2021-03-16 02:33:50 -04:00
parent e227d39921
commit c03033adcb
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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)