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;
|
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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue