My neovim config
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Lua 100.0%
11 1 0

Clone this repository

https://tangled.org/treybastian.com/nvim https://tangled.org/did:plc:ksjqwf2x7u4ovubovcddqszp/nvim
git@knot.treybastian.com:treybastian.com/nvim git@knot.treybastian.com:did:plc:ksjqwf2x7u4ovubovcddqszp/nvim

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

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...