blob: 1b7892aaea913b814ad2cf49d49db098fb1aca6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Dotfiles Repository
## lspconfig requirements
works on npm 8.10.0 and nodejs 16.13.1
`npm i -g vscode-langservers-extracted`
`npm i -g typescript typescript-language-server`
`npm i -g bash-language-server`
`gem install solargraph`
## Treesitter
Remember to TSInstall the languages. Currently using:
* bash
* c
* html
* javascript
* json
* lua
* python
* ruby
* tsx
* typescript
* vim
|