1 2 3 4 5 6 7 8 9 10 11 12 13
# This module configures various syntax/filetype plugins for Neovim. {pkgs, ...}: { programs.neovim.plugins = with pkgs; with vimPlugins; [ # Filetype plugins nim-vim vim-nix vim-noweb vim-janet vim-crystal vim-svelte ]; }