forked from pub-solar/os
fix (neovim): add back nixhash plugin
This commit is contained in:
parent
897666ea3a
commit
47226e668b
|
@ -171,6 +171,9 @@ in {
|
||||||
emmet-vim
|
emmet-vim
|
||||||
# Caddyfile syntax support for Vim
|
# Caddyfile syntax support for Vim
|
||||||
vim-caddyfile-nvfetcher
|
vim-caddyfile-nvfetcher
|
||||||
|
|
||||||
|
# Fix TOFU hashes when writing nix derivations without leaving neovim
|
||||||
|
vim-nixhash
|
||||||
];
|
];
|
||||||
|
|
||||||
extraConfig = builtins.concatStringsSep "\n" [
|
extraConfig = builtins.concatStringsSep "\n" [
|
||||||
|
|
Loading…
Reference in a new issue