Add Java to nvim
This commit is contained in:
@@ -28,6 +28,7 @@
|
|||||||
+ [Python](https://github.com/palantir/python-language-server)
|
+ [Python](https://github.com/palantir/python-language-server)
|
||||||
+ [Rust](https://github.com/rust-analyzer/rust-analyzer)
|
+ [Rust](https://github.com/rust-analyzer/rust-analyzer)
|
||||||
+ [TeX](https://github.com/latex-lsp/texlab)
|
+ [TeX](https://github.com/latex-lsp/texlab)
|
||||||
|
+ [Java](https://github.com/neovim/nvim-lspconfig#jdtls)
|
||||||
|
|
||||||
## Fonts
|
## Fonts
|
||||||
+ Fira Code Regular Nerd Font Complete Mono: General
|
+ Fira Code Regular Nerd Font Complete Mono: General
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[user]
|
[user]
|
||||||
name = Marco Thomas
|
name = Marco Thomas
|
||||||
email = ma_tho@web.de
|
email = mail@marco-thomas.net
|
||||||
[alias]
|
[alias]
|
||||||
aa = add .
|
aa = add .
|
||||||
st = status
|
st = status
|
||||||
|
|||||||
@@ -168,5 +168,6 @@ if has ("nvim")
|
|||||||
require'nvim_lsp'.pyls.setup{}
|
require'nvim_lsp'.pyls.setup{}
|
||||||
require'nvim_lsp'.rust_analyzer.setup{}
|
require'nvim_lsp'.rust_analyzer.setup{}
|
||||||
require'nvim_lsp'.texlab.setup{}
|
require'nvim_lsp'.texlab.setup{}
|
||||||
|
require'nvim_lsp'.jdtls.setup{}
|
||||||
EOF
|
EOF
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user