mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
lnl: remove extra vim plugins
This commit is contained in:
parent
c5d51f3cde
commit
c2354c99e7
1 changed files with 0 additions and 21 deletions
|
@ -101,27 +101,6 @@
|
|||
{ names = [ "python-mode" ]; }
|
||||
];
|
||||
|
||||
programs.vim.extraKnownPlugins = with pkgs; {
|
||||
ale = vimUtils.buildVimPluginFrom2Nix {
|
||||
name = "vim-ale-2017-05-16";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/w0rp/ale";
|
||||
rev = "e2860f8a26dc9c04bb4ad6fb59ffb8c743717149";
|
||||
sha256 = "1mpqvfyl47ap32g9qprxpwfcgxhm25ar6qy3p01n77fygva0371d";
|
||||
};
|
||||
};
|
||||
|
||||
vim-nix = vimUtils.buildVimPluginFrom2Nix {
|
||||
name = "vim-nix-2017-04-30";
|
||||
src = fetchFromGitHub {
|
||||
owner = "LnL7";
|
||||
repo = "vim-nix";
|
||||
rev = "867488a04c2ddc47f0f235f37599a06472fea299";
|
||||
sha256 = "1mwc06z9q45cigyxd0r9qnfs4ph6lbcwx50rf5lmpavakcn3vqir";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.vim.vimConfig = ''
|
||||
colorscheme solarized
|
||||
set bg=dark
|
||||
|
|
Loading…
Reference in a new issue