This repository has been archived on 2024-07-29. You can view files and clone it, but cannot push or open issues or pull requests.
nix-config/home/neovim/default.nix
Wyatt J. Miller 08a543fabe added significant items
added fish shellInit, removed top level empty configuration, removed
lib.mkIf logic for fish aliases
2024-07-21 10:03:25 -04:00

10 lines
114 B
Nix

{ lib, config, ... }:
{
programs.neovim = {
enable = true;
# nvim configuration here soon!
};
}