neovim

Update README.md

authored by marshmallow.tngl.sh and committed by

GitHub 80c1c7c1 63ce91aa

+1 -31
+1 -31
README.md
··· 1 1 # Neovim Config 2 2 3 - Neovim config for myself 3 + Neovim config for myself using [tolerable](https://github.com/wires-org/tolerable-nvim-nix). 4 4 5 5 ```bash 6 6 nix run github:mrshmllow/nvim-candy 7 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 - ```