blob: 20e6d65734974c01fa1e19235fff8cd366d0c35b (
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
|
# nvim
My neovim config written in fennel.
# Dependencies
```
neovim >= 0.8
neovim-web-devicons-git
xsel
fzf
fnm and node for lsp
```
# Sync
Sync plugins:
`./sync.sh`
# Structure
```
.
└── fnl
├── config # Plugin configs.
│ └── lsp # LSP related configs.
│ └── settings # Server specific settings.
├── util.fnl # Packer installer and config loader.
├── plugins.fnl # Table of all plugins.
└── settings # Neovim settings.
```
|