Neovim: Difference between revisions

DHCP (talk | contribs)
Tips and Tricks: added section for Nix configuration frameworks (nixvim & nvf) (note: my english failed me here. if you can find better words to describe those, please edit this section:-))
DHCP (talk | contribs)
m corrected the reason
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{low quality|reason=<translate>Most of the provided nix code snippets look out of context, lacking indication where the provided configuration belongs (e.g. home-manager, configuration.nix or elsewhere?). [[#Beginning]] is over too wordy.</translate>}}
{{low quality|reason=<translate>The provided nix code snippets in [[#Tips_and_tricks]] look out of context, lacking indication where the provided configuration belongs (e.g. home-manager, configuration.nix or elsewhere?); [[#Installation]] and [[#Configuration]] mix home-manager and configuration.nix code in monolithic code blocks. [[#Beginning]] is over too wordy.</translate>}}
{{infobox application
{{infobox application
   |name=Neovim
   |name=Neovim
Line 128: Line 128:
<translate>
<translate>
<!--T:12-->
<!--T:12-->
== Tips and Tricks ==
== Tips and tricks ==
{{expand}}
{{expand}}


Line 136: Line 136:
Linux and Darwin platforms are supported using standalone Nix, [[NixOS]] or [[Home Manager]] modules.
Linux and Darwin platforms are supported using standalone Nix, [[NixOS]] or [[Home Manager]] modules.


==== Package Variations ==== <!--T:15-->
==== Package variations ==== <!--T:15-->


<!--T:44-->
<!--T:44-->
Line 144: Line 144:
You can run the master version via the following command:
You can run the master version via the following command:
</translate>
</translate>


<syntaxhighlight lang="console">
<syntaxhighlight lang="console">
$ nix run "github:nix-community/neovim-nightly-overlay"
$ nix run "github:nix-community/neovim-nightly-overlay"
</syntaxhighlight>
</syntaxhighlight>
<translate>


<translate>
==== Plugin management ==== <!--T:21-->
==== Plugin Management ==== <!--T:21-->
</translate>
</translate>