diff options
| author | Trey Bastian <hello@treybastian.com> | 2026-01-22 09:59:48 +0000 |
|---|---|---|
| committer | Trey Bastian <hello@treybastian.com> | 2026-01-22 09:59:48 +0000 |
| commit | 4a3acb5408509badd21b263925c00cad6a7b43b9 (patch) | |
| tree | c62c7bf28cb976cd5bce87e455dbf23a7631b250 /README.md | |
| parent | 02400c25c84e71dc61e0d47f41822f234ca9897b (diff) | |
re-added dap to my config with dapview over dap-ui
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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... |
