neovim: add salt-vim plugin

This commit is contained in:
John Bowdre 2024-12-28 15:55:55 -06:00
parent 9d3cfebd73
commit c60658f1d5
Signed by: john
SSH key fingerprint: SHA256:cZYnOxaLdo+MhBNMX38ihO/p2Kek6fBykSFoJwHBhUo

View file

@ -1,4 +1,4 @@
{
{ pkgs, ... }: {
imports = [
./barbar.nix
./comment.nix
@ -38,6 +38,8 @@
userDefaultOptions.names = false;
};
};
extraPlugins = with pkgs.vimPlugins; [ salt-vim ];
};
}