blob: 1087587af64ba3ed15528475079e2b37edca66e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Trey's Neovim Config
## LSP Installation
- bash - `npm install -g bash-language-server`
- lua - `brew install lua-language-server`
- swift - no install needed
- typescript - `npm install -g typescript-language-server`
- css - `npm install -g vscode-css-languuageservice`
- emmet - `npm install -g @olrtg/emmet-language-server`
- svelte - `npm install -g svelte-language-server`
- astro - `npm install -g @astrojs/language-server`
- cobol - download https://github.com/eclipse-che4z/che-che4z-lsp-for-cobol/releases extract from vsix file for target platform
- java - `brew install jdtls`
- xml - download https://github.com/redhat-developer/vscode-xml/releases/ extract from zip for target platform
Yes, I could make this a script...
## On First Run
If developing with Java and you want to use neotest, make sure you run `:NetotestJava setup`
|