瀏覽代碼

add illuminate

Chris 4 年之前
父節點
當前提交
c03033adcb
共有 2 個文件被更改,包括 2 次插入0 次删除
  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)