docs: update readme & style

This commit is contained in:
NotAShelf 2023-02-06 05:27:15 +03:00
commit c2affb9945
No known key found for this signature in database
GPG key ID: 5B5C8895F28445F1
4 changed files with 136 additions and 20 deletions

View file

@ -7,7 +7,7 @@ While you can configure neovim-flake yourself using the builder, here are a few
=== Tidal Cycles
[source,console]
$ nix run github:jordanisaacs/neovim-flake#tidal file.tidal
$ nix run github:notashelf/neovim-flake#tidal file.tidal
Utilizing https://github.com/tidalcycles/vim-tidal[vim-tidal] and mitchmindtree's fantastic https://github.com/mitchmindtree/tidalcycles.nix[tidalcycles.nix] start playing with tidal cycles in a single command.
@ -18,7 +18,7 @@ In your tidal file, type a cycle e.g. `d1 $ s "drum"` and then press _ctrl+enter
=== Nix
[source,console]
$ nix run github:jordanisaacs/neovim-flake#nix test.nix
$ nix run github:notashelf/neovim-flake#nix test.nix
Enables all the of neovim plugins, with language support for specifically Nix. This lets you see what a fully configured neovim setup looks like without downloading a whole bunch of language servers and associated tools.
@ -26,7 +26,7 @@ Enables all the of neovim plugins, with language support for specifically Nix. T
=== Maximal
[source,console]
$ nix shell github:jordanisaacs/neovim-flake#maximal test.nix
$ nix shell github:notashelf/neovim-flake#maximal test.nix
It is the same fully configured neovim as with the <<sec-default-nix,Nix>> config, but with every supported language enabled.