feat: use lua-dev instead of custom sumneko config
This commit is contained in:
parent
5f032adc7a
commit
2a4c3cc85b
2 changed files with 5 additions and 17 deletions
|
@ -119,6 +119,9 @@ return require('packer').startup(function(use)
|
|||
|
||||
-- highlight current symbol
|
||||
"RRethy/vim-illuminate",
|
||||
|
||||
-- lua plugin development
|
||||
"folke/lua-dev.nvim",
|
||||
},
|
||||
config = function() require('plugins.nvim-lsp-setup') end,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue