blob: b8c32c5dd4972404f0fa9c9bcec319431e75f3b6 (
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
|
# Dependencies
```
neovim >= 0.7
neovim-web-devicons-git
xsel
fzf
fnm and node for lsp
```
# Install
Wonky non-deterministic performance currently.
`./install`
# Structure
```
.
└── fnl
├── config # Plugin configs.
│ └── lsp # LSP related configs.
│ └── settings # Server specific settings.
├── install.lua # Packer installer.
├── plugins.lua # Table of all plugins.
└── settings # Neovim settings.
```
|