mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-06 09:01:06 +01:00
treewide: NixVim/nixvim -> Nixvim
Signed-off-by: saygo-png <saygo.mail@proton.me>
This commit is contained in:
parent
5d1c27e53c
commit
03a51dbf3d
34 changed files with 78 additions and 78 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
programs.nixvim = {
|
||||
# This just enables NixVim.
|
||||
# This just enables Nixvim.
|
||||
# If all you have is this, then there will be little visible difference
|
||||
# when compared to just installing NeoVim.
|
||||
enable = true;
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
# Or lua!
|
||||
extraConfigLua = builtins.readFile ./init.lua;
|
||||
|
||||
# One of the big advantages of NixVim is how it provides modules for
|
||||
# One of the big advantages of Nixvim is how it provides modules for
|
||||
# popular vim plugins
|
||||
# Enabling a plugin this way skips all the boring configuration that
|
||||
# some plugins tend to require.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue