Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 288 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 288 Bytes

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)