move away from deprecated configuration command
This commit is contained in:
parent
bb520db65c
commit
f4afc7745e
1 changed files with 117 additions and 122 deletions
|
|
@ -117,15 +117,12 @@ in {
|
|||
enable = true;
|
||||
vimAlias = true;
|
||||
withPython = true;
|
||||
configure = {
|
||||
packages.nixBundle = with pkgs.vimPlugins; {
|
||||
start = [
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
vim-sensible
|
||||
vim-startify
|
||||
vim-javascript
|
||||
vim-ruby
|
||||
vim-nix
|
||||
elm-vim
|
||||
vim-elixir
|
||||
alchemist-vim
|
||||
haskell-vim
|
||||
|
|
@ -149,9 +146,8 @@ in {
|
|||
deoplete-nvim
|
||||
papercolor-theme
|
||||
];
|
||||
};
|
||||
|
||||
customRC = ''
|
||||
extraConfig = ''
|
||||
filetype plugin indent on
|
||||
|
||||
" ALE
|
||||
|
|
@ -258,7 +254,6 @@ in {
|
|||
endif
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue