Add Java to nvim

This commit is contained in:
Marco Thomas
2020-10-22 13:58:51 +02:00
parent d1a3e48498
commit 003ce4d44f
3 changed files with 3 additions and 1 deletions

View File

@@ -28,6 +28,7 @@
+ [Python](https://github.com/palantir/python-language-server)
+ [Rust](https://github.com/rust-analyzer/rust-analyzer)
+ [TeX](https://github.com/latex-lsp/texlab)
+ [Java](https://github.com/neovim/nvim-lspconfig#jdtls)
## Fonts
+ Fira Code Regular Nerd Font Complete Mono: General

View File

@@ -1,6 +1,6 @@
[user]
name = Marco Thomas
email = ma_tho@web.de
email = mail@marco-thomas.net
[alias]
aa = add .
st = status

View File

@@ -168,5 +168,6 @@ if has ("nvim")
require'nvim_lsp'.pyls.setup{}
require'nvim_lsp'.rust_analyzer.setup{}
require'nvim_lsp'.texlab.setup{}
require'nvim_lsp'.jdtls.setup{}
EOF
endif