feat: use lua-dev instead of custom sumneko config

This commit is contained in:
Michael Mandl 2022-04-25 20:50:42 +02:00
parent 5f032adc7a
commit 2a4c3cc85b
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7
2 changed files with 5 additions and 17 deletions

View file

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