summaryrefslogtreecommitdiff
path: root/README.md
blob: c5288b7089169c6f84cd1fffe7f534a2e25701c6 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Dotfiles Repository

My personal dotfiles repository.

Should maybe write an installation script so replicating my setup is less
annoying.

## nvim

### lspconfig requirements

works on npm 8.10.0 + nodejs 16.13.1 and later.

```bash
npm i -g vscode-langservers-extracted
npm i -g typescript typescript-language-server
npm i -g bash-language-server
npm i -g emmet-ls
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
+ markdown

## Kitty

Using Hack Nerd Font.

Custom prompt is Starship.

## Window Manager

Using dwm with following patches:

+ swallow
+ fibonacci
+ focusonclick
+ statusallmons
+ vanitygaps

Config for dwm is in another repo.

## File Manager

Using nnn with preview-tui plugin.