vim: add vim-protobuf

This commit is contained in:
Sam W 2022-05-23 12:30:54 +01:00
parent fdec1561eb
commit 0f8cf497fe
2 changed files with 5 additions and 1 deletions

View File

@ -5,5 +5,8 @@
settings = { PASSWORD_STORE_DIR = "$HOME/.password-store"; }; settings = { PASSWORD_STORE_DIR = "$HOME/.password-store"; };
package = pkgs.pass.withExtensions (exts: [ exts.pass-otp ]); package = pkgs.pass.withExtensions (exts: [ exts.pass-otp ]);
}; };
programs.zsh.shellAliases = { p = "pass"; pc = "pass -c"; }; programs.zsh.shellAliases = {
p = "pass";
pc = "pass -c";
};
} }

View File

@ -8,6 +8,7 @@
trouble-nvim trouble-nvim
rust-vim rust-vim
vim-terraform vim-terraform
vim-protobuf
] ]
# delve is unsupported on aarch64-linux and golangci-lint is broken on x86_64-darwin # delve is unsupported on aarch64-linux and golangci-lint is broken on x86_64-darwin
# (see https://github.com/NixOS/nixpkgs/issues/168984). # (see https://github.com/NixOS/nixpkgs/issues/168984).