Nvim: add jdtls 🚀
This commit is contained in:
parent
d695658146
commit
9e0399fbed
4 changed files with 31 additions and 3 deletions
|
@ -64,6 +64,9 @@ require('packer').startup(function()
|
|||
-- Install LSP server executables
|
||||
use 'williamboman/nvim-lsp-installer'
|
||||
|
||||
-- Additional LSP features for Java
|
||||
use 'mfussenegger/nvim-jdtls'
|
||||
|
||||
-- Completion
|
||||
use 'hrsh7th/nvim-cmp' -- Autocompletion plugin
|
||||
use 'hrsh7th/cmp-nvim-lsp' -- LSP source for nvim-cmp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue