···1# Neovim Config
23-Neovim config for myself
45```bash
6nix run github:mrshmllow/nvim-candy
7```
8-9-- Attempts to rely on as few plugins as possible
10-- `$NVIM_APPNAME=candy` as to not cause conflicts
11-- Patches in a new env var, `$NIX_ABS_CONFIG`
12-- all custom lua is under the `require("marshmallow\..*")` space
13-14-## Output
15-16-```
17-$ nix flake show --all-systems
18-git+file:///home/marsh/projects/nvim-candy
19-├───defaultPackage
20-│ ├───aarch64-darwin: package 'nvim'
21-│ ├───aarch64-linux: package 'nvim'
22-│ ├───x86_64-darwin: package 'nvim'
23-│ └───x86_64-linux: package 'nvim'
24-└───packages
25- ├───aarch64-darwin
26- │ ├───default: package 'nvim'
27- │ └───neovim: package 'nvim'
28- ├───aarch64-linux
29- │ ├───default: package 'nvim'
30- │ └───neovim: package 'nvim'
31- ├───x86_64-darwin
32- │ ├───default: package 'nvim'
33- │ └───neovim: package 'nvim'
34- └───x86_64-linux
35- ├───default: package 'nvim'
36- └───neovim: package 'nvim'
37-```
···1# Neovim Config
23+Neovim config for myself using [tolerable](https://github.com/wires-org/tolerable-nvim-nix).
45```bash
6nix run github:mrshmllow/nvim-candy
7```
000000000000000000000000000000