summaryrefslogtreecommitdiff
path: root/README.md
blob: 2fe7c201f31aafb4c5dcd624e8f03582ce291d88 (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
32
# 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

gem install solargraph

```

## Treesitter

Remember to TSInstall the languages. Currently using:

* bash
* c
* html
* javascript
* json
* lua
* python
* ruby
* tsx
* typescript
* vim