diff options
author | Alex Auvolat <alex@adnab.me> | 2023-06-02 15:41:46 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-06-02 15:41:46 +0200 |
commit | cbec31e130e754300f04c8eeefe4c3110f564708 (patch) | |
tree | 6e4dd9c4cdafdec4bc343453565d28d14b0208d0 /nixpkgs/common.nix | |
parent | 39727b738b535b6fede2bb607e7f836abef0a689 (diff) | |
download | user-config-cbec31e130e754300f04c8eeefe4c3110f564708.tar.gz user-config-cbec31e130e754300f04c8eeefe4c3110f564708.zip |
add vim-hcl
Diffstat (limited to 'nixpkgs/common.nix')
-rw-r--r-- | nixpkgs/common.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/nixpkgs/common.nix b/nixpkgs/common.nix index 74d2aba..b80b0f4 100644 --- a/nixpkgs/common.nix +++ b/nixpkgs/common.nix @@ -29,13 +29,14 @@ enable = true; extraConfig = (builtins.readFile ../vim/vimrc); plugins = with pkgs.vimPlugins; [ - vim-nix fzf-vim nerdtree - vim-go coc-nvim coc-json coc-rust-analyzer + vim-nix + vim-hcl + vim-go ]; }; |