Nvim: add jdtls 🚀

This commit is contained in:
Marko Korhonen 2022-02-24 18:08:59 +02:00
parent d695658146
commit 9e0399fbed
4 changed files with 31 additions and 3 deletions

View file

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