mirror of https://github.com/wlcx/home.git
vim: add vim-protobuf
This commit is contained in:
parent
fdec1561eb
commit
0f8cf497fe
|
@ -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";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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).
|
||||||
|
|
Loading…
Reference in New Issue