Commit graph

56 commits

Author SHA1 Message Date
elyth
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 Krath
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 Iclanzan
d2f733efb4 systemModules should be systemPackages in README example 2024-07-21 20:06:19 +00:00
Sandro
ff6ad12a7d
readme: Simplify flakes instructions 2024-07-17 13:28:28 +01:00
Matt Sturgeon
71b8d0b327 readme: use markdown warning 2024-07-01 13:14:45 +00:00
Sandro Jäckel
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 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 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 Sturgeon
4f83bcf290
Rename options to avoid confusion with module options (#1324) 2024-03-29 21:58:44 +01:00
Jacob Enders
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 Lepage
ffc5e7dc91 README: add link to videos 2024-01-14 12:01:09 +01:00
Gaetan Lepage
31284ddabe flake.nix: refactoring using flake-parts 2024-01-06 00:05:13 +01:00
NAHO
43d20e8332
docs(readme): improve logo quality (#830) 2023-12-21 20:01:44 +01:00
Mikael Fangel
5d3ea0430b readme: correct grammar and spelling mistakes 2023-11-23 23:17:26 +01:00
traxys
541b694873
docs: Allow to install man pages (#687) 2023-11-06 16:26:23 +01:00
traxys
0c5dcb56d1
standalone: Allow to pass extraSpecialArgs (#665) 2023-10-23 14:11:29 +02:00
Sebastian Bolaños
258acc56a9 Remove extra semicolon in example 2023-10-09 15:28:48 +02:00
Gaetan Lepage
574fb73258 modules/keymaps: refactor + new syntax 2023-10-02 15:23:54 +02:00
Gaetan Lepage
07af7710e2 README: add instructions for branch selection (stable/unstable) 2023-08-18 11:13:55 +02:00
Gaetan Lepage
fbcfa4ca4c README: add logo 2023-08-07 15:12:27 +02:00
Adrian Dole
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
traxys
fb4118fc84
README: Add instructions on nixos 23.05 (#414) 2023-06-04 15:44:17 +02:00
traxys
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 Bravo
0ae6e18d55
Fixed typo in README.md (#269) 2023-03-18 13:58:06 +01:00
Pedro Alves
5c853ff9ff README: add devShell example 2023-03-17 09:07:35 +00:00
Alexander Nortung
c5f31f5677
Added caveat section to options (#222)
Since the options set could be treated as options for a module, it
should be wrapped with config to work, when using makeNixvimWithModule.
2023-03-04 02:26:13 +00:00
Alexander Nortung
2258eb8df8
misc: added flake template (#219)
* Added simple flake template

* Added readme to template

* Updated readme to show how to use the template

* Formatting

* removed unused file from template

* Fixed template url and pkgs

* Formatting
2023-03-03 09:18:52 +00:00
Pedro Alves
baf702c03d docs: change lib.fetchGit to builtins.fetchGit 2023-02-20 21:01:32 +00:00
Pedro Alves
9aec0f9275
readme: add link to matrix 2023-01-11 13:04:19 +00:00
Gaétan Lepage
7827947ca9
readme: fix typos (#106) 2023-01-10 12:38:25 +00:00
Pedro Alves
7807c51ccf nixvim: add nix-darwin wrapper 2022-12-30 21:14:54 +01:00
traxys
660c9319e1
wrappers: Extend and document the makeNixvim function (#86)
* wrappers: Allow to customize the nixpkgs used for nixvim

This allows to pass overlays and other such modifications of nixpkgs.

* wrappers: Allow to pass a custom module to nixvim

This is useful to be able to take full advantage of the Nix module
system, with `imports` and `options`.

* README: Update the documentation on the standalone usage

The following information were out of date or incomplete:

- The `build` function has be changed to the `makeNixvim` function.
- `makeNixvimWithModule` has been introduced in order to allow more
customization.
- Added a full example using nixvim in a standalone flake
2022-12-29 17:51:57 +00:00
Pedro Alves
4dedb06ceb readme: update to reflect documentation home 2022-12-29 17:40:39 +00:00