blob: 84943ddf8b5d5f7f38c646a610406b2e5dd24a8b (
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
|
---
layout: home
hero:
name: "Minimal Neovim Wrapper"
actions:
- theme: brand
text: Usage
link: /usage
- theme: brand
text: Options
link: /options
- theme: brand
text: Examples
link: /examples
- theme: alt
text: GitHub
link: https://github.com/Gerg-L/mnw
---
## About
Based off the nixpkgs wrapper but:
- in one place
- with more error checking
- a sane interface
- uses the module system for type checking
- more convenience options
- doesn't take two functions to wrap
- has [devMode](./usage.md#dev-mode) hot reloading for quicker config iteration
|