Commit Graph
48 Commits
Author SHA1 Message Date
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
Pedro Alves 5c853ff9ff README: add devShell example 2023-03-17 09:07:35 +00:00
Alexander NortungandGitHub 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 NortungandGitHub 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 AlvesandGitHub 9aec0f9275 readme: add link to matrix 2023-01-11 13:04:19 +00:00
Gaétan LepageandGitHub 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
traxysandGitHub 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
Pedro Alves 1bd5e97892 README: direct people to GH Discussions 2022-12-01 19:55:54 +00:00
Pedro AlvesandGitHub 4ddd3969e5 nixvim: support standalone nixvim
This represents a major rearchitecture for nixvim, so I'm leaving this up to track the progress for now, and to serve as a reference for any breaking changes during transition.

The main change is, of course, being able to use nixvim standalone. To do this, you should use the new build function, which takes in two arguments: the system architecture (e.g. x86_64-linux) and the configuration. For the new configuration, do not use the programs.nixvim. prefix.

For module development, the main change is that you should no longer prefix your modules with programs.nixvim..
2022-09-18 11:19:23 +01:00
Pedro Alves 15ca5efd92 Unpause development!
After a fresh NixOS install using flakes, I've decided to give
nixvim another shot, and I'm finding that it actually works quite
well with this fully declarative model!
2021-12-11 15:11:15 +00:00
Pedro Alves 1cd9afd799 pause development 2021-05-15 12:48:45 +01:00
Pedro Alves 8747a8576b Write documentation 2021-02-09 15:56:23 +00:00
Pedro Alves 2c9631997f Initial commit 2020-12-30 01:11:23 +00:00