diff options
author | Alex Auvolat <alex@adnab.me> | 2023-02-08 17:16:57 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-02-08 17:16:57 +0100 |
commit | 71fab40f712e22805ceaecd75ab2cb01cf2aa500 (patch) | |
tree | 55a32d54dde4d7a38f0556e43bb8541d7441b36a /nixpkgs | |
parent | bf98215b5b676c77d7a2969488aedbc5cec1a578 (diff) | |
download | user-config-71fab40f712e22805ceaecd75ab2cb01cf2aa500.tar.gz user-config-71fab40f712e22805ceaecd75ab2cb01cf2aa500.zip |
add vim-go
Diffstat (limited to 'nixpkgs')
-rw-r--r-- | nixpkgs/common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/common.nix b/nixpkgs/common.nix index 1cfd322..6256187 100644 --- a/nixpkgs/common.nix +++ b/nixpkgs/common.nix @@ -22,7 +22,7 @@ programs.vim = { enable = true; extraConfig = (builtins.readFile ../vim/vimrc); - plugins = with pkgs.vimPlugins; [ vim-nix fzf-vim nerdtree ]; + plugins = with pkgs.vimPlugins; [ vim-nix fzf-vim nerdtree vim-go ]; }; programs.git.enable = true; |