Merge pull request #177064 from malob/add-nvim-lastplace

vimPlugins.nvim-lastplace: init at 2021-10-15
This commit is contained in:
Matthieu Coudron 2022-06-13 19:32:28 +02:00 committed by GitHub
commit 77c7a237fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 268 additions and 255 deletions

File diff suppressed because it is too large Load Diff

View File

@ -859,7 +859,7 @@ self: super: {
let
maple-bin = rustPlatform.buildRustPackage {
name = "maple";
src = old.src;
inherit (old) src;
nativeBuildInputs = [
pkg-config
@ -874,7 +874,7 @@ self: super: {
libiconv
];
cargoSha256 = "0l1x7kprnxa95pbf8ml9ixmj0cmbnnv6nd0v6qry8j67rx8plpmp";
cargoSha256 = "sha256-XmQTRmOO/tyA0F6FQQRxZPcVXCYZkEAiNIzU/ismjc0=";
};
in
''

View File

@ -431,6 +431,7 @@ https://github.com/kevinhwang91/nvim-hlslens/,,
https://github.com/neovimhaskell/nvim-hs.vim/,,
https://github.com/mfussenegger/nvim-jdtls/,,
https://github.com/gennaro-tedesco/nvim-jqx/,,
https://github.com/ethanholz/nvim-lastplace/,HEAD,
https://github.com/kosayoda/nvim-lightbulb/,,
https://github.com/josa42/nvim-lightline-lsp/,,
https://github.com/mfussenegger/nvim-lint/,,