blob: 4b50ec105cd6040a7442b3322de6fd47a34413ca (
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
30
31
|
# Dotfiles Repository
## lspconfig requirements
works on npm 8.10.0 and nodejs 16.13.1
```bash
npm i -g vscode-langservers-extracted
npm i -g typescript typescript-language-server
npm i -g bash-language-server
pip3 install jedi
pip3 install python-lsp-server[all]
gem install solargraph
```
## Treesitter
Remember to TSInstall the languages. Currently using:
* bash
* c
* html
* javascript
* json
* lua
* python
* ruby
* tsx
* typescript
* vim
|