summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/neovim
AgeCommit message (Collapse)Author
2020-07-08gnvim: 0.1.5 -> 0.1.6Minijackson
2020-06-07Merge staging-next into stagingFrederik Rietdijk
2020-06-06neovim-unwrapped: improve testing abilityMatthieu Coudron
Make functionaltests more complete.
2020-05-13gnvim: fix buildMaximilian Bosch
When running the default builder for Rust, the artifacts would be stored in `target/<arch>/<profile>`, however the `install`-target expects the default structure (`target/<profile>`) of `cargo`-builds. When using the Makefile for building as well, the expected structure is created instead.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-04-06update versions in Gemfile.lockMichael Fellinger
2020-03-15neovim: use TMPDIR as home during initilizaitonErsin Akinci
2020-03-08gnvim: upgrade cargo fetcher and cargoSha256 (#82015)Benjamin Hipple
2020-02-13treewide: change fetchCargoTarball default to opt-outBenjamin Hipple
Changes the default fetcher in the Rust Platform to be the newer `fetchCargoTarball`, and changes every application using the current default to instead opt out. This commit does not change any hashes or cause any rebuilds. Once integrated, we will start deleting the opt-outs and recomputing hashes. See #79975 for details.
2020-02-13neovim-remote: add now needed setuptools as inputDoron Behar
2020-01-13Merge pull request #73854 from Dema/neovim-qt-version-bumpPeter Hoeg
neovim-qt: 0.2.12 -> 0.2.15
2020-01-07Merge pull request #77166 from r-ryantm/auto-update/neovim-remoteMaximilian Bosch
neovim-remote: 2.2.3 -> 2.4.0
2020-01-07Revert "vimPlugins: turn filetype and syntax before sourcing the plugins ↵Wael M. Nasreddine
(#66536)" This reverts commit a3bf0c2e4005670fd710e7eb42403e0348754e77.
2020-01-06neovim-remote: 2.2.3 -> 2.4.0R. RyanTM
2019-12-26treewide: update which packages I'm currently maintainingMaximilian Bosch
Idea shamelessly stolen from 4e60b0efae56cc8e1a8a606a5a89462c38aba305. I realized that I don't really know anymore where I'm listed as maintainer and what I'm actually (co)-maintaining which means that I can't proactively take care of packages I officially maintain. As I don't have the time, energy and motivation to take care of stuff I was interested in 1 or 2 years ago (or packaged for someone else in the past), I decided that I make this explicit by removing myself from several packages and adding myself in some other stuff I'm now interested in. I've seen it several times now that people remove themselves from a package without removing the package if it's unmaintained after that which is why I figured that it's fine in my case as the affected pkgs are rather low-prio and were pretty easy to maintain.
2019-12-25neovim: Drop jemallocManuel Mendez
See https://github.com/neovim/neovim/pull/9526.
2019-12-01neovim-remote: 2.2.2 -> 2.2.3R. RyanTM
2019-11-23neovim: 0.4.2 -> 0.4.3Matthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-11-21neovim-qt: 0.2.12 -> 0.2.15Dmitry Olyenyov
2019-10-22neovim-remote: 2.2.1 -> 2.2.2R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/neovim-remote/versions
2019-10-17neovim-qt: fix iconsShreyansh Khajanchi
2019-10-17neovim: fix icon not displayingShreyansh Khajanchi
2019-10-04Merge pull request #70215 from LnL7/darwin-lua-libluvMatthieu Coudron
neovim: fix darwin build
2019-10-02gnvim: init at 0.1.5Minijackson
2019-10-02neovim: link against libluv on darwinDaiderd Jordan
2019-09-23Merge pull request #68882 from rvolosatovs/update/neovimMatthieu Coudron
Neovim: 0.3.8 -> 0.4.2
2019-09-21neovim-remote: 2.2.0 -> 2.2.1Doron Behar
2019-09-16neovim: 0.3.8 -> 0.4.2Roman Volosatovs
2019-09-16neovim: sort lists alphabeticallyCraig Hall
2019-08-24Merge branch 'master' into staging-nextVladimír Čunát
There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
2019-08-20neovim-remote: 2.1.9 -> 2.2.0Doron Behar
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-08-13vimPlugins: turn filetype and syntax before sourcing the plugins (#66536)Wael Nasreddine
Vim Terraform expects the `filetypedetect` group to exist. However, since we were enabling the filetype and the syntax *after* loading the plugins, it was exiting with an error preventing us from generating the remote plugins manifest with the plugin enabled. See #65894 for context.
2019-08-05neovim-qt: 0.2.11 -> 0.2.12Peter Hoeg
2019-07-19neovim-remote: 2.1.7 -> 2.1.9R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/neovim-remote/versions
2019-07-07neovim: 0.3.7 -> 0.3.8Roman Volosatovs
2019-07-03Remove me (garbas) as maintainer since I don't have much time to maintain ↵Rok Garbas
anything
2019-06-02neovim-unwrapped: 0.3.5 -> 0.3.7R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/neovim-unwrapped/versions
2019-05-31neovim-unwrapped: don't fix cmakeMatthieu Coudron
Pollutes git status
2019-05-29neovim: Allow passing extra makeWrapperArgsJonas Holst Damtoft
2019-05-16neovim: use lua on aarch64Gabriel Ebner
2019-05-01neovim-unwrapped: 0.3.4 -> 0.3.5R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/neovim-unwrapped/versions
2019-04-16neovim-remote: 2.1.5 -> 2.1.7R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/neovim-remote/versions
2019-04-01neovim-remote: 2.1.4 -> 2.1.5 (#57330)R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/neovim-remote/versions
2019-02-25neovim: Update ruby provider to 0.8.0 (#56316)Artemis Tosini
2019-02-10Merge pull request #54717 from Mic92/nvrJörg Thalheim
neovim-remote: use buildPythonApplication
2019-02-05Add checkPhase for neovim (disabled by default) (#55266)Matthieu Coudron
* neovim-unwrapped: now use lua environments * mpv: use lua environments * luaPackages.inspect: init at 3.1.1-0 * luaPackages.lgi: mark as a lua module * luaPackages.vicious: mark as a lua module
2019-01-27neovim-remote: use buildPythonApplicationJörg Thalheim
2019-01-26Merge pull request #54591 from symphorien/nvim-refsSilvan Mosberger
neovim: remove spurious references to compilation flags
2019-01-25neovim: remove spurious references to compilation flagsSymphorien Gibol