move away from deprecated configuration command

This commit is contained in:
Haak Saxberg 2019-09-08 16:11:46 -07:00
parent bb520db65c
commit f4afc7745e

View file

@ -117,15 +117,12 @@ in {
enable = true; enable = true;
vimAlias = true; vimAlias = true;
withPython = true; withPython = true;
configure = { plugins = with pkgs.vimPlugins; [
packages.nixBundle = with pkgs.vimPlugins; {
start = [
vim-sensible vim-sensible
vim-startify vim-startify
vim-javascript vim-javascript
vim-ruby vim-ruby
vim-nix vim-nix
elm-vim
vim-elixir vim-elixir
alchemist-vim alchemist-vim
haskell-vim haskell-vim
@ -149,9 +146,8 @@ in {
deoplete-nvim deoplete-nvim
papercolor-theme papercolor-theme
]; ];
};
customRC = '' extraConfig = ''
filetype plugin indent on filetype plugin indent on
" ALE " ALE
@ -258,7 +254,6 @@ in {
endif endif
''; '';
}; };
};
programs.tmux = { programs.tmux = {
enable = true; enable = true;