Editor Modes for Nix Files: Difference between revisions
imported>Fadenb m Fix code (no more escaped html) |
imported>Makefu m Makefu moved page Editor Modes to Editor Modes for Nix Files |
(No difference)
|
Revision as of 15:49, 9 September 2017
This is a list of editor modes for Nix syntax.
- Emacs
- nix-mode official available in melpa
- @marsam's nix-mode
- nix-buffer
- Vim
Usage:
{ # /etc/nixos/configuration.nix
environment.systemPackages = [
(pkgs.vim_configurable.customize {
name = "vim";
vimrcConfig.packages.myplugins = with pkgs.vimPlugins; {
start = [ vim-nix ]; # load plugin on startup
};
})
];
}
- IntelliJ IDEA
- Eclipse
- Sublime Text
- Atom
- Visual Studio Code
- Howl
- Far2l