some scripts assisting wirting .nix files
Vim script Nix
Switch branches/tags
Nothing to show
Clone or download
carview.php?tsp= Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
carview.php?tsp= autoload fix vim-addon-actions implementation, it broke when switching to vim-… Dec 1, 2014
carview.php?tsp= doc improve documentation Feb 25, 2013
carview.php?tsp= ftplugin drop slow completion Sep 11, 2017
carview.php?tsp= plugin
carview.php?tsp= snippets updates, license completion Jul 11, 2012
carview.php?tsp= syntax improvement by iElectric Feb 12, 2014
carview.php?tsp= .gitignore vladimir-vg told me that I should ignore this file because Pathogen l… Apr 6, 2011
carview.php?tsp= README.md adding README.md Apr 28, 2014
carview.php?tsp= addon-info.json Update addon-info.json Nov 5, 2014
carview.php?tsp= other.txt initial commit Apr 18, 2010

README.md

vim-addon-nix

See doc/addon-nix.txt

provides

  • goto thing at cursor implementation (to follow import .. paths)
  • vim-addon-action nix evaluation
  • uses nix-instantiate to syntax check a .nix file on buf write

related work

there is nix-repl, too (see nixpkgs)