This repository hosts my neovim configuration using Nix and mnw.
nix run github:mmfallacy/.nixnvim
Note
Ensure that nix-command and flakes experimental features are enabled!
Do this by creating ~/.config/nix/nix.conf containing
experimental-features = nix-command flakes
or adding the flag --extra-experimental-features 'nix-command flakes'
- Investigate why placing treesitter parsers as part of
mnw.plugins.optworks as intended, while treesitter doesn't see the parsers when placed inmnw.plugins.start.