summary refs log tree commit diff stats
path: root/user/settings/neovim.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/settings/neovim.nix')
-rw-r--r--user/settings/neovim.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/user/settings/neovim.nix b/user/settings/neovim.nix
index 59c75a91..ceae1f62 100644
--- a/user/settings/neovim.nix
+++ b/user/settings/neovim.nix
@@ -1,8 +1,7 @@
-{
-  config,
-  lib,
-  pkgs,
-  ...
+{ config
+, lib
+, pkgs
+, ...
 }: {
   programs.neovim = {
     enable = true;