about summary refs log tree commit diff
path: root/pkgs/applications/editors/kakoune
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-05-18kakoune: 2024.05.09 -> 2024.05.18Ashish SHUKLA1-2/+2
2024-05-11kakoune: 2023.08.05 -> 2024.05.09Ashish SHUKLA1-20/+8
- switch to finalAttrs - remove upstreamed patch - move version to postPatch (props: @alois31)
2024-04-01kakoune-lsp: 15.0.1 -> 16.0.0V2-3/+5
The project renamed from "kak-lsp" in this version. Command and config file paths remain the same, at least for now. Change-Id: I7cbce56096bac5d4c68c2e9d4effd11f51b7bbf5
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2023-11-25kakoune: fix compiling with clang for macOSMarco Rebhan1-1/+13
2023-11-03treewide: remove myself as maintainerSolène Rapenne1-1/+1
2023-10-22kakounePlugins: updated the 10-22-2023Aleksey Mikhaylov4-9/+26
2023-08-06kakoune-unwrapped: 2022.10.31 -> 2023.08.05Masanori Ogino1-2/+2
Version 2023.07.29 [1] contains feature additions and breaking changes to the default key bindings. Version 2023.08.05 [2] contains a bug fix. [1]: https://github.com/mawww/kakoune/releases/tag/v2023.07.29 [2]: https://github.com/mawww/kakoune/releases/tag/v2023.08.05 Changes: https://github.com/mawww/kakoune/compare/v2022.10.31...v2023.08.05 Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2023-06-15kakoune: Remove no-op `if`/`else`Victor Engmark1-5/+0
Presumably copy/pasted from `maintainers/scripts/pluginupdate.py`.
2023-04-14use subcommands in plugin updaters (#223164)Matthieu Coudron1-4/+1
* update.py: introduce subparsers for plugin updaters This is preliminary work to help create more powerful plugin updaters. Namely I would like to be able to "just add" plugins without refreshing the older ones (helpful when github temporarily removes a user from github due to automated bot detection). Also concerning the lua updater, we pin some of the dependencies, and I would like to be able to unpin the package without editing the csv (coming in later PRs). * doc/updaters: update command to update editor plugins including vim, kakoune and lua packages Co-authored-by: figsoda
2023-01-28kakounePlugins: add generated updated input fileAndrew Abbott1-19/+19
2023-01-28kakounePlugins: updateAndrew Abbott1-56/+56
2023-01-28kakoune: Update plugin listAndrew Abbott1-3/+3
Added some plugins I use, fixed the reference to one, and removed ones that are no longer available.
2023-01-28kakounePlugins: Fix update.pyAndrew Abbott1-22/+17
I tried to run this and it failed. These changes made it work again. I looked at maintainers/scripts/pluginupdate.py and how the types differed to make this fix.
2023-01-21treewide: remove global with lib; in pkgs/{audio,blockchain,editors}Shawn89011-3/+1
2022-12-17treewide: fix typosfigsoda1-3/+3
2022-12-17Merge pull request #205108 from omasanori/kakoune-2022.10.31Jörg Thalheim1-2/+2
kakoune-unwrapped: 2021.11.08 -> 2022.10.31
2022-12-08kakoune-unwrapped: 2021.11.08 -> 2022.10.31Masanori Ogino1-2/+2
2022-12-05kakoune: rename GitPythonFabian Affolter1-1/+1
2022-10-04kakoune: add srapenne as maintainerSolene Rapenne1-1/+1
2022-04-05Merge pull request #166941 from teto/vim-plugins-tomlMatthieu Coudron1-19/+20
2022-04-03kakounePlugins: updateMatthieu Coudron1-19/+20
2022-04-01config.allowAliases: Define as optionRobert Hensing1-1/+1
This simplifies usages and makes the default value consistent. In a few cases, the default value was interpreted to be `false`, but this is useless, because virtually nobody will explicitly set `allowAliases = true;`.
2022-03-08update.py: fix for kakoune/luarocksMatthieu Coudron1-2/+2
2021-12-17Add mainProgram to kakouneDavid Yamnitsky1-0/+1
2021-11-13pluginupdate.py: fix compatibility with nix 2.4figsoda2-1/+16
2021-11-07kakoune: 2021.10.28 -> 2021.11.08Luflosi1-2/+2
https://github.com/mawww/kakoune/releases/tag/v2021.11.08
2021-11-03treewide: switch ``builtins.fromJSON(builtins.readFile ./file.json)`` to ↵Sandro Jäckel1-1/+1
lib.importJSON ./file.json
2021-10-28kakoune: 2021.08.28 -> 2021.10.28Luflosi1-2/+2
https://github.com/mawww/kakoune/releases/tag/v2021.10.28
2021-08-31Merge pull request #136125 from jtrees/kakoune-v2021.08.28Jörg Thalheim1-12/+4
kakoune: 2020.09.01 -> 2021.08.28
2021-08-31kakoune: remove pkg-config, cleanup preConfigureJörg Thalheim1-4/+2
2021-08-30kakoune: simplify derivationJoshua Trees1-8/+2
The dependencies and the sed patch appear to be redundant by now.
2021-08-29kakoune: 2020.09.01 -> 2021.08.28Joshua Trees1-4/+4
2021-08-12update-luarocks-packages: use pluginupdate.pyMatthieu Coudron1-37/+42
Cleans up the common interface between the updaters. Restores the ability to regen the lua packages in parallel.
2021-07-18treewide: convert phases that contain ":" to dont* = true (#130500)Sandro1-2/+2
2021-05-10kak-ansi: 0.2.3 -> 0.2.4Jason Felice1-2/+2
2021-04-23kakounePlugins: add kakboard (#120264)SEbbaDK2-0/+13
2021-04-16kakounePlugins: update"SEbbaDK"1-15/+27
2021-04-16kakounePlugins: Add pandoc.kakSEbbaDK1-0/+1
2021-03-27Merge pull request #116485 from Flakebi/kakouneSandro2-20/+20
2021-03-22kakounePlugins: resolve github repository redirectsFlakebi2-7/+7
2021-03-22kakounePlugins: updateFlakebi1-13/+13
2021-03-22kakounePlugins.kak-ansi: 0.2.1 -> 0.2.3Jason Felice1-2/+2
2021-03-14Merge pull request #108363 from Flakebi/kakouneAnderson Torres20-324/+587
kakounePlugins: use vim’s update.py script to generate plugins
2021-02-25kakounePlugins: updateFlakebi1-15/+15
2021-02-25kakounePlugins: add aliases for old namesFlakebi3-2/+51
2021-02-25kakounePlugins: use script for most pluginsFlakebi15-324/+410
All Kakoune plugins from before are still there and updated. Added plugins: - alexherbo2/connect.kak - alexherbo2/replace-mode.kak - alexherbo2/sleuth.kak - danr/kakoune-easymotion - Delapouite/kakoune-registers - enricozb/tabs.kak - greenfork/active-window.kak - kakoune-editor/kakoune-extra-filetypes - listentolist/kakoune-rainbow - occivink/kakoune-buffer-switcher
2021-02-25kakounePlugins: add buildKakounePlugin helperFlakebi2-0/+37
Same as buildVimPlugin but for Kakoune
2021-02-25vimPlugins: add vim and kakoune update scriptFlakebi1-0/+91