blob: f5265c4419707ee4168184ac2989c915024a0344 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# nvim
My neovim config written in fennel.
# Dependencies
```
neovim = nightly
```
# Structure
```
.
└── fnl
├── config # Plugin configs.
│ └── lsp # LSP related configs.
│ └── settings # Server specific settings.
├── plugins.fnl # Table of all plugins.
└── settings # Neovim settings.
```
|