Add Java to nvim
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[user]
|
||||
name = Marco Thomas
|
||||
email = ma_tho@web.de
|
||||
email = mail@marco-thomas.net
|
||||
[alias]
|
||||
aa = add .
|
||||
st = status
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user