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
4 changed files with 222 additions and 240 deletions
+1 -1
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
+1 -6
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
''
-1
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