diff options
| author | Trey Bastian <hello@treybastian.com> | 2026-01-29 14:40:08 +0000 |
|---|---|---|
| committer | Trey Bastian <hello@treybastian.com> | 2026-01-29 14:40:08 +0000 |
| commit | 2a6a6a6b0541ead63f3823a05d88c22c5e5b2d4b (patch) | |
| tree | 3aa3efc22c907c01fe2bcba96d6303b084653e28 /README.md | |
| parent | 08d676280ae36c4c936c0b420165fc25900dd470 (diff) | |
caved and brought mason back to my config
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 3 insertions, 12 deletions
@@ -1,19 +1,10 @@ # 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 +Install the LSP's you want to use with `:Mason` + +I caved, I did it myself, mason just makes it too easy, some of the LSPs like gradle became annoying to setup. -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` |
