blob: 090cd385f08453a29a23224b257004ab6729b8f1 (
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
|
---
title: Examples
---
# {{ $frontmatter.title }}
## Official examples
[NixOS module](https://github.com/Gerg-L/mnw/tree/master/examples/nixos)
[Standalone](https://github.com/Gerg-L/mnw/tree/master/examples/standalone)
[Standalone](https://github.com/Gerg-L/mnw/tree/master/examples/lz.n) using
[lz.n](https://github.com/lumen-oss/lz.n)
[Standalone](https://github.com/Gerg-L/mnw/tree/master/examples/lazy) using
[Lazy.nvim](https://github.com/folke/lazy.nvim)
## Community examples
[My Neovim flake](https://github.com/Gerg-L/nvim-flake)
NotAShelf's [nvf](https://github.com/NotAShelf/nvf) (lua generation abstraction
on top of mnw)
llakala's [meovim](https://github.com/llakala/meovim) (standalone, lz.n)
adamcstephens's
[dotfiles](https://codeberg.org/adamcstephens/dotfiles/src/branch/main/apps/neovim)
viperML's
[dotfiles](https://github.com/viperML/dotfiles/blob/master/packages/neovim)
(standalone, lz.n)
HeitorAugustoLN's [nvim-config](https://github.com/HeitorAugustoLN/nvim-config)
(standalone flake)
codevogel's [nestvim](https://github.com/codevogel/nestvim) (standalone, lz.n)
NovaViper's [novavim](https://codeberg.org/NovaViper/novavim) (standalone, [lze](https://github.com/BirdeeHub/lze))
Make a PR to add your config :D
|