This template gives you a good starting point for configuring NixVim as a standalone module configuration.
To start configuring, just add or modify the module files in ./config.
If you add new modules, remember to import them in ./config/default.nix.
To use your configuration simply run the following command
nix runYour NixVim configuration is created using evalNixvim.
This is outputted as the nixvimConfigurations.<system>.default flake output.
You can access your configuration's package outputs <configuration>.config.build.package.
This is exported as the flake output packages.<system>.default.
This package can be run using nix run.
A test is also available as <configuration>.config.build.test.
This is exported as the flake output checks.<system>.default.
This test can be run using nix flake check.
See an AWESOME nvim-lsp-devenv integration at [./.nvim.lua].
You will get lsp-completions for NixVim via nixd.