summaryrefslogtreecommitdiff
path: root/modules/home/nvim/default.nix
diff options
context:
space:
mode:
authorChristian <[email protected]>2026-04-17 12:03:46 -0500
committerChristian <[email protected]>2026-04-17 12:03:46 -0500
commitb37bb85cd72dc3aca02aaa99d944f92ce75246f2 (patch)
treebc185b306e5af248b866240dcc4771845811b760 /modules/home/nvim/default.nix
parent0b77660443280e0dbfccf1b55785ea6db5ac2d62 (diff)
Formatting
Diffstat (limited to 'modules/home/nvim/default.nix')
-rw-r--r--modules/home/nvim/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/home/nvim/default.nix b/modules/home/nvim/default.nix
index 6cae9d6..8c28257 100644
--- a/modules/home/nvim/default.nix
+++ b/modules/home/nvim/default.nix
@@ -1,4 +1,5 @@
-{ pkgs, ... }: {
+{ pkgs, ... }:
+{
programs.neovim = {
enable = true;
defaultEditor = true;