aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index e69de29..bf53a25 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,15 @@
+# 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`
+
+Yes, I could make this a script...