Hi Marc, thanks for the plugin. I installed it through vim-addon-manager and it seems to work, but on every start of vim I get the following error:
Error detected while processing ~/vim-plugins/vim-addon-nix/plugin/vim-addon-nix.vim: line 4: E117: Unknown function: funcref#Function E116: Invalid arguments for function actions#AddAction Can You tell me, what is wrong? Vladimír Čunát On Sun, Apr 18, 2010 at 9:32 PM, Marc Weber <[email protected]> wrote: > Finally I took the time moving most of my code helping me navigating in > .nix files and writing .nix file into a fresh repository: > > http://github.com/MarcWeber/vim-addon-nix > > Featuers: > - press gf on a line containing an import path to either > open the imported file or show a list of possible files to create > - press shift-FX key to map the FX key to run nix-instantiate .. > so that you can evaluate or test nix code fast > - add folding for all-packages.nix so that you can move into sections > fast > - basic setup of .nix files setting shiftwidth (indentation) > - adding some templates based on the snipMate plugin. > Maybe they should be tidied up. They still help me a lot. > > You should get vim-addon-manager to install this plugin. > > If you have questions don't hesitate to ask. > > Enjoy! > > Marc Weber > _______________________________________________ > nix-dev mailing list > [email protected] > https://mail.cs.uu.nl/mailman/listinfo/nix-dev > _______________________________________________ nix-dev mailing list [email protected] https://mail.cs.uu.nl/mailman/listinfo/nix-dev
