Commit Graph
65 Commits
Author SHA1 Message Date
Semak12345andMatt Sturgeon e6715f01d9 readme: remove nixpkgs follows recommendation 2026-07-13 11:22:21 +00:00
Matt SturgeonandGaétan Lepage 19fd9d7d1e treewide: bump stable 25.11 → 26.05 2026-06-07 20:52:06 +00:00
Matt Sturgeon 7f8cdfcac7 readme: update "standalone usage" to use evalNixvim 2026-06-07 12:49:05 +00:00
Matt Sturgeon 99ae17797f readme: drop x86_64-darwin
Followup to commit 9dd9795ae4
2026-06-05 08:02:28 +00:00
Gaetan Lepage af1ce0d14c treewide: 25.05 -> 25.11 2025-12-01 17:52:21 +00:00
Axel KarjalainenandMatt Sturgeon 4c4cac6445 docs: use official names of NixOS, Home Manager and nix-darwin 2025-10-18 00:05:26 +00:00
saygo-pngandMatt Sturgeon b9e5bac7bc docs: improve consistency
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-10-01 00:37:38 +00:00
Alex Hamilton c10f60d007 Migrate homeManagerModules uses to homeModules 2025-05-25 12:41:12 -04:00
Gaetan Lepageandnix-infra-bot 764a9b8dda treewide: replace mentions of 24.11 with 25.05 2025-05-24 18:35:23 +10:00
elythandGaétan Lepage 797c075db2 readme: fix & simplify simple flake example 2025-04-07 08:11:47 +02:00
Matt Sturgeon d3a25cb97f lib/keymaps: add abbreviation support to modes enum
See https://neovim.io/doc/user/usr_24.html#_abbreviations
2025-02-15 13:51:37 +00:00
Matt Sturgeon d542e373f1 readme: use :h map-table for mapping modes
Based on `:h map-table` https://neovim.io/doc/user/map.html#map-table
2025-02-15 13:33:20 +00:00
Gaetan Lepage e7d827bb32 flake.nix: follow nixpkgs-unstable instead of nixos-unstable 2025-01-22 18:13:44 +01:00
Matt Sturgeon 1654f97a79 docs: use README as a source for the docs 2025-01-19 17:36:14 +00:00
Gaetan Lepage a35f923d6a treewide: replace mentions of 24.05 with 24.11 2024-11-30 23:17:21 +01:00
Matt Sturgeon 0c89a669f6 readme: fix stable -> 24.05 in docs URL
Follow up to previous commit.
2024-11-30 22:12:22 +00:00
Matt Sturgeon cd68b680cd docs: rename modules -> platforms 2024-10-24 18:32:15 +01:00
Austin Horstman b993182f15 readme: fix installation link 2024-09-01 14:10:59 -05:00
Andreas KrathandGitHub ee6ee48bbe readme: fix incorrect description 2024-08-31 10:50:58 +02:00
Austin Horstman eac092c876 readme: fix incorrect demo configuration 2024-08-26 17:11:45 -05:00
Sorin IclanzanandMatt Sturgeon d2f733efb4 systemModules should be systemPackages in README example 2024-07-21 20:06:19 +00:00
SandroandMatt Sturgeon ff6ad12a7d readme: Simplify flakes instructions 2024-07-17 13:28:28 +01:00
Matt SturgeonandMattSturgeon 71b8d0b327 readme: use markdown warning 2024-07-01 13:14:45 +00:00
Sandro JäckelandGaetan Lepage 662a0e1bdb wrappers: use system from stdenv.hostPlatform
`pgs.system` is a flaky alias and it is more reliable to directly use
`pkgs.stdenv.hostPlatform.system`
2024-06-30 09:54:24 +02:00
Gaetan LepageandGaétan Lepage f02d8c95ac misc: prepare 24.05 release 2024-06-06 14:06:46 +02:00
Matt Sturgeon 0c2834c50b readme: add "plugin settings" and "raw lua" sections 2024-06-03 17:05:34 +01:00
Matt Sturgeon a7cbb0ecf0 readme: move "how it works" near the top 2024-06-03 17:05:29 +01:00
Matt Sturgeon cf487e09af readme: move "advanced usage" next to "standalone usage" 2024-06-03 17:05:23 +01:00
Matt Sturgeon 80ed86649b readme: use pkgs.system in standalone example 2024-06-03 17:05:18 +01:00
Matt Sturgeon d3f12340e1 readme: put installation instruction in <details> 2024-06-03 17:05:06 +01:00
Gaetan LepageandGaétan Lepage 25338942a7 docs/user-guide: add configuration examples 2024-05-30 21:32:42 +02:00
traxys 23276f629b README: update 23.05 mentions for 23.11 2024-05-26 18:06:34 +02:00
traxys b0b010a0e9 docs: Deploy both stable & unstable docs to github pages 2024-05-21 22:56:40 +02:00
Matt SturgeonandGitHub 4f83bcf290 Rename options to avoid confusion with module options (#1324) 2024-03-29 21:58:44 +01:00
Jacob EndersandGaétan Lepage c5143dc519 Change triple single quotes to two single quotes
In Nix a multi line comment is two single quotes.
2024-01-19 08:18:28 +01:00
Gaetan LepageandGaétan Lepage ffc5e7dc91 README: add link to videos 2024-01-14 12:01:09 +01:00
Gaetan LepageandGaétan Lepage 31284ddabe flake.nix: refactoring using flake-parts 2024-01-06 00:05:13 +01:00
NAHOandGitHub 43d20e8332 docs(readme): improve logo quality (#830) 2023-12-21 20:01:44 +01:00
Mikael FangelandGaétan Lepage 5d3ea0430b readme: correct grammar and spelling mistakes 2023-11-23 23:17:26 +01:00
traxysandGitHub 541b694873 docs: Allow to install man pages (#687) 2023-11-06 16:26:23 +01:00
traxysandGitHub 0c5dcb56d1 standalone: Allow to pass extraSpecialArgs (#665) 2023-10-23 14:11:29 +02:00
Sebastian BolañosandGaétan Lepage 258acc56a9 Remove extra semicolon in example 2023-10-09 15:28:48 +02:00
Gaetan LepageandGaétan Lepage 574fb73258 modules/keymaps: refactor + new syntax 2023-10-02 15:23:54 +02:00
Gaetan LepageandGaétan Lepage 07af7710e2 README: add instructions for branch selection (stable/unstable) 2023-08-18 11:13:55 +02:00
Gaetan LepageandGaétan Lepage fbcfa4ca4c README: add logo 2023-08-07 15:12:27 +02:00
Adrian DoleandGaétan Lepage 7c901423f8 Fix README.md typos 2023-07-17 08:31:28 +02:00
Pedro Alves 0778266e44 README: change pta2002 to nix-community 2023-07-14 21:37:21 +01:00
traxysandGitHub fb4118fc84 README: Add instructions on nixos 23.05 (#414) 2023-06-04 15:44:17 +02:00
2b85290c12 CONTRIBUTING: Add initial documentation for contributors (#301)
* CONTRIBUTING: Add initial documentation for contributors

* Update CONTRIBUTING.md

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>

* Update CONTRIBUTING.md

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>

---------

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
2023-03-28 20:00:53 +02:00
Matilde BravoandGitHub 0ae6e18d55 Fixed typo in README.md (#269) 2023-03-18 13:58:06 +01:00