Merge master into staging-next
This commit is contained in:
@@ -19,4 +19,4 @@
|
||||
"date": "2020-03-27",
|
||||
"new": "YouCompleteMe"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+292
-280
File diff suppressed because it is too large
Load Diff
@@ -287,6 +287,7 @@ kshenoy/vim-signature
|
||||
kyazdani42/nvim-tree.lua
|
||||
kyazdani42/nvim-web-devicons
|
||||
lambdalisue/fern.vim
|
||||
lambdalisue/gina.vim
|
||||
lambdalisue/vim-gista
|
||||
lambdalisue/vim-manpager
|
||||
lambdalisue/vim-pager
|
||||
@@ -483,6 +484,8 @@ prabirshrestha/vim-lsp
|
||||
preservim/nerdcommenter
|
||||
preservim/nerdtree
|
||||
preservim/tagbar
|
||||
preservim/vim-pencil
|
||||
preservim/vim-wordy
|
||||
preservim/vimux
|
||||
psliwka/vim-smoothie
|
||||
ptzz/lf.vim
|
||||
@@ -501,8 +504,6 @@ Raimondi/delimitMate
|
||||
rakr/vim-one
|
||||
rbgrouleff/bclose.vim
|
||||
rbong/vim-flog
|
||||
reedes/vim-pencil
|
||||
reedes/vim-wordy
|
||||
rhysd/committia.vim
|
||||
rhysd/devdocs.vim
|
||||
rhysd/git-messenger.vim
|
||||
|
||||
@@ -279,6 +279,23 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
editorconfig.editorconfig = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "EditorConfig";
|
||||
publisher = "EditorConfig";
|
||||
version = "0.16.4";
|
||||
sha256 = "0fa4h9hk1xq6j3zfxvf483sbb4bd17fjl5cdm3rll7z9kaigdqwg";
|
||||
};
|
||||
meta = with lib; {
|
||||
changelog = "https://marketplace.visualstudio.com/items/EditorConfig.EditorConfig/changelog";
|
||||
description = "EditorConfig Support for Visual Studio Code";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig";
|
||||
homepage = "https://github.com/editorconfig/editorconfig-vscode";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ dbirks ];
|
||||
};
|
||||
};
|
||||
|
||||
edonet.vscode-command-runner = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "vscode-command-runner";
|
||||
@@ -525,6 +542,23 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
iciclesoft.workspacesort = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "workspacesort";
|
||||
publisher = "iciclesoft";
|
||||
version = "1.6.0";
|
||||
sha256 = "1pbk8kflywll6lqhmffz9yjf01dn8xq8sk6rglnfn2kl2ildfhh6";
|
||||
};
|
||||
meta = with lib; {
|
||||
changelog = "https://marketplace.visualstudio.com/items/iciclesoft.workspacesort/changelog";
|
||||
description = "Sort workspace-folders alphabetically rather than in chronological order";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=iciclesoft.workspacesort";
|
||||
homepage = "https://github.com/iciclesoft/workspacesort-for-VSCode";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ dbirks ];
|
||||
};
|
||||
};
|
||||
|
||||
james-yu.latex-workshop = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "latex-workshop";
|
||||
|
||||
Reference in New Issue
Block a user