parent
8667fbe805
commit
a59961171a
10 changed files with 153 additions and 146 deletions
common/home/neovim
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
config,
|
||||
neovim-nightly,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
|
@ -15,7 +16,7 @@ in {
|
|||
programs = {
|
||||
neovim = {
|
||||
enable = true;
|
||||
package = pkgs.neovim-nightly;
|
||||
package = neovim-nightly.packages.${pkgs.system}.neovim;
|
||||
|
||||
extraLuaConfig =
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue