Merge pull request #150823 from bandithedoge/master

This commit is contained in:
Matthieu Coudron 2021-12-16 14:38:30 +01:00 committed by GitHub
commit 1e2a8a674d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 222 additions and 240 deletions

View File

@ -1,6 +1,6 @@
{
"compe-tmux": {
"date": "2021-12-07",
"date": "2021-12-15",
"new": "cmp-tmux"
},
"gist-vim": {

File diff suppressed because it is too large Load Diff

View File

@ -227,11 +227,6 @@ self: super: {
'';
});
ensime-vim = super.ensime-vim.overrideAttrs (old: {
passthru.python3Dependencies = ps: with ps; [ sexpdata websocket-client ];
dependencies = with self; [ vimproc-vim vimshell-vim self.self forms ];
});
fcitx-vim = super.fcitx-vim.overrideAttrs (old: {
passthru.python3Dependencies = ps: with ps; [ dbus-python ];
meta = {
@ -748,7 +743,7 @@ self: super: {
libiconv
];
cargoSha256 = "sha256-zYm+7qAvhVGa/afddHhI2aQxmiLOkus5PHZBDP9S/Qg=";
cargoSha256 = "sha256-iE0L4pSKPf8lf76DuSTnU7LfNUgy1O06IgxracsLpFA=";
};
in
''

View File

@ -147,7 +147,6 @@ embark-theme/vim as embark-vim
embear/vim-localvimrc
enomsg/vim-haskellConcealPlus
enricobacis/vim-airline-clock
ensime/ensime-vim
ervandew/supertab
esneider/YUNOcommit.vim
euclidianAce/BetterLua.vim