From 27770f5438d466a153bba2359d46404494df1152 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 26 Sep 2018 21:24:55 +0200 Subject: Use pkgs.kummerlaender.eu's vim derivation --- host/software/pkgs/vim/custom.nix | 42 --------------------------------------- 1 file changed, 42 deletions(-) delete mode 100644 host/software/pkgs/vim/custom.nix (limited to 'host/software/pkgs/vim/custom.nix') diff --git a/host/software/pkgs/vim/custom.nix b/host/software/pkgs/vim/custom.nix deleted file mode 100644 index 4719b72..0000000 --- a/host/software/pkgs/vim/custom.nix +++ /dev/null @@ -1,42 +0,0 @@ -{ pkgs }: - -let - vimrc = builtins.readFile ./asset/rc.vim; - plugins = pkgs.callPackage ./plugins.nix {}; -in -{ - vam = { - knownPlugins = pkgs.vimPlugins // plugins; - pluginDictionaries = [ - { names = [ - # UI enhancements - "vim-airline" - "goyo" - "vim-toggle-ui-elements" - # load project specific config - "vim-localvimrc" - # colors, syntax highlighting - "vim-color-akr" - "vim-polyglot" - "vim-addon-nix" - # file, buffer management - "ctrlp" - "vim-counterpoint" - "vim-signature" - # undo history tree - "vim-mundo" - # editing enhancements - "vim-wordmotion" - "vim-autoformat" - "surround" - "vim-unimpaired" - "vim-far" - # git integration - "fugitive" - "vim-gitgutter" - "vim-gina" - ];} - ]; - }; - customRC = vimrc; -} -- cgit v1.2.3