about summary refs log tree commit diff
path: root/pkgs/applications/editors/vim/plugins/overrides.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-03-09treewide: fix sourceRoot for fetchgit-based srcYueh-Shun Li1-1/+1
According to Nixpkgs manual[1] and NixOS 23.11 Release Note[2], the `sourceRoot` attribute passed to `stdenv.mkDerivation` should be specified as `"${src.name}"` or `"${src.name}/subdir"` when `src` is produced using `fetchgit`-based fetchers. `sourceRoot = "source"` or `sourceRoot = "source/subdir"` is based on the assumption that the `name` attribute of these pre-unpacked fetchers are always `"source"`, which is not the case. Expecting constant `name` also makes the source FODs prone to irrelevent hashes during version bumps. [1]: https://nixos.org/manual/nixpkgs/unstable/#var-stdenv-sourceRoot [2]: https://nixos.org/manual/nixos/stable/release-notes#sec-release-23.11
2024-03-06vimPlugins.windows-nvim: update overridesHaseeb Majid1-0/+4
2024-02-29Merge pull request #291744 from ghthor/upstream-tabbyYt1-0/+8
tabby: init at 0.7.0 take 2
2024-02-27tabby: add vim-tabby vimPluginWill Owens1-0/+8
2024-02-24vimPlugins.nvim-spectre: update vendored rust dependency's hashMathew Polzin1-1/+1
2024-02-20vimPlugins.none-ls-nvim: add plenary-nvim dependencyGaetan Lepage1-0/+4
2024-02-15vimPlugins: update on 2024-02-15Gaetan Lepage1-2/+2
2024-02-15vimPlugins.elixir-tools-nvim: fix credo-language-server (#275505)Andrew Bruce1-0/+6
Credo language server gets broken by patchShebangs in its current form. -S without a command in the path causes the 'elixir' part of this shebang to be removed. This is because the following line defaults to 'true', which produces a blank string: https://github.com/NixOS/nixpkgs/blob/b0d1fe9a32113e0269fae0ea6dd00e5604ccf6a9/pkgs/build-support/setup-hooks/patch-shebangs.sh#L91
2024-02-03vimPlugins.haskell-snippets-nvim: init at 2024-01-15Matthieu Coudron1-0/+4
2024-01-25vimPlugins.haskell-scope-highlighting-nvim: init at 2023-04-29Gaetan Lepage1-0/+4
2024-01-20Merge master into staging-nextgithub-actions[bot]1-1/+5
2024-01-19vimPlugins: update on 2024-01-19Gaetan Lepage1-1/+1
2024-01-19vimPlugins.cmp-tabby: init at 2023-11-21Gaetan Lepage1-0/+4
2024-01-18Merge master into staging-nextgithub-actions[bot]1-3/+22
2024-01-18vimPlugins.nvim-spectre: build spectre_oxi on linuxlinsui1-3/+22
2024-01-18Merge staging-next into staginggithub-actions[bot]1-3/+3
2024-01-17vimPlugins.sniprun: 1.3.10 -> 1.3.11Gaetan Lepage1-3/+3
2024-01-09vimPlugins.vim-go: add revive, cleanup todosPaul Meyer1-7/+4
2024-01-09vimPlugins.vim-go: remove gocode from binPathPaul Meyer1-2/+0
2024-01-04vimPlugins.codeium-nvim: use the correct version of codeiumGaetan Lepage1-2/+63
2024-01-03vimPlugins.roslyn-nvim: init at 2023-12-19Gaetan Lepage1-0/+4
2023-12-31vimPlugins.obsidian-nvim: init at 2023-12-30Gaetan Lepage1-0/+4
2023-12-30vimPlugins.sniprun: 1.3.9 -> 1.3.10Gaetan Lepage1-3/+3
Changelog: https://github.com/michaelb/sniprun/releases/tag/v1.3.10
2023-12-24vimPlugins.codeium-nvim: init at 2023-12-17Gaetan Lepage1-0/+15
2023-12-23fruzzy: fix nim compiler to nim1Sergey Yakovlev1-149/+151
2023-12-22vimPlugins.guard-nvim: init at 2023-11-27Gutyina Gergő1-0/+4
2023-12-19vimPlugins.ollama-nvim: init at 2023-12-03Gaetan Lepage1-0/+4
2023-12-15vimPlugins.sniprun: 1.3.8 -> 1.3.9Gaetan Lepage1-4/+4
Changelog: https://github.com/michaelb/sniprun/releases/tag/v1.3.9
2023-12-13vimPlugins: update sg-nvim-rust cargo hash to fix plugin buildsMatt Polzin1-1/+1
2023-12-13vimPlugins.startup-nvim: init at 2023-11-02Gaetan Lepage1-0/+4
2023-12-11vimPlugins.harpoon2: init at 2023-12-11Gaetan Lepage1-0/+4
2023-12-04vimPlugins.wtf-nvim: init at 2023-11-11Gaetan Lepage1-0/+4
2023-11-22vimPlugins.neotest: fix typo in overridesOndřej Hlušička1-1/+1
2023-11-18vimPlugins.neotest: add dependenciesGaetan Lepage1-0/+4
2023-11-15vimPlugins: updated the 11-15-2023Gaetan Lepage1-1/+1
2023-11-12vimPlugins.sniprun: 1.3.7 -> 1.3.8Gaetan Lepage1-9/+4
Changelog: https://github.com/michaelb/sniprun/releases/tag/v1.3.8
2023-10-23vimPlugins.conform-nvim: init at 2023-10-22 (#262943)Gaétan Lepage1-1/+1
2023-10-17vimPlugins.sniprun: 1.3.6 -> 1.3.7Gaetan Lepage1-3/+7
2023-10-17vimPlugins: updateGaetan Lepage1-1/+8
2023-10-17vimPlugins: resolve github repository redirectsjfvillablanca1-0/+4
2023-09-30vimPlugins: updateCorné Dorrestijn1-1/+14
2023-09-27vimUtils: buildVimPluginFrom2Nix renamed to buildVimPluginMatthieu Coudron1-19/+19
the `from2Nix` suffix is a legacy from vim2nix but we dont use that anymore. It makes the name of the function unusual and long.
2023-09-22Merge pull request #256277 from GaetanLepage/nvim-navicfigsoda1-0/+4
vimPlugins.nvim-navic: add nvim-lspconfig dependency
2023-09-22vimPlugins.nvim-navbuddy: add dependencies (#256584)Haseeb Majid1-0/+4
* vimPlugins.nvim-navbuddy: add dependencies * Update pkgs/applications/editors/vim/plugins/overrides.nix Co-authored-by: figsoda <figsoda@pm.me> --------- Co-authored-by: figsoda <figsoda@pm.me>
2023-09-22vimPlugins.nvim-navic: add nvim-lspconfig dependencyGaetan Lepage1-0/+4
2023-09-21treewide: vendorSha256 -> vendorHash (#256514)Aaron Jheng1-1/+1
2023-09-19Merge pull request #255316 from sheeaza/masterfigsoda1-0/+11
Update overrides.nix, compile leaderf vim plugin
2023-09-18Update overrides.nix, compile leaderf vim pluginsheeaza1-0/+11
Leaderf is a vim fuzzy finder plugin, for details please see https://github.com/Yggdroot/LeaderF, and it supports c extension to speed up 10 times faster; The origin nixpkg does not compile the c extension, so compile the c extension to make it faster. 1. And also remove the build dir to prevent the unnecessary dependency on gcc. 2. strip the share lib to keep the files small Signed-off-by: sheeaza <winsdenny@outlook.com>
2023-09-16Merge pull request #255520 from Janik-Haag/fixVimSensiblefigsoda1-0/+4
vimPlugins: vim-sensible patch vimrc detection
2023-09-16vimPlugins: vim-sensible patch vimrc detectionJanik H1-0/+4
The vimrc detection won't work if you are using the vim_configurable package (which the nixos and home-manager module both do) because vim-sensible only checks for files in the users home matches `~/...` but in our case it gets called from a wrapper script which looks something like: `vim -u /nix/store/.../vimrc`.