Explorar o código

add illuminate

Chris %!s(int64=4) %!d(string=hai) anos
pai
achega
c03033adcb
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. 1 0
      README.md
  2. 1 0
      lua/plugins.lua

+ 1 - 0
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

+ 1 - 0
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)