mirror of
https://github.com/jbowdre/dotfiles.git
synced 2025-01-21 15:34:39 +00:00
neovim: add salt-vim plugin
This commit is contained in:
parent
9d3cfebd73
commit
c60658f1d5
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{ pkgs, ... }: {
|
||||
imports = [
|
||||
./barbar.nix
|
||||
./comment.nix
|
||||
|
@ -38,6 +38,8 @@
|
|||
userDefaultOptions.names = false;
|
||||
};
|
||||
};
|
||||
|
||||
extraPlugins = with pkgs.vimPlugins; [ salt-vim ];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue