mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-02 00:56:02 +02:00
add illuminate
This commit is contained in:
parent
e227d39921
commit
c03033adcb
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue