From 247ee24ede2c1545f1abe66486b08c536b7636ea Mon Sep 17 00:00:00 2001 From: Ching Pei Yang <59727193+horriblename@users.noreply.github.com> Date: Sat, 4 Apr 2026 22:43:46 +0200 Subject: [PATCH] modes-nvim: typo --- modules/plugins/ui/modes-nvim/modes-nvim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/plugins/ui/modes-nvim/modes-nvim.nix b/modules/plugins/ui/modes-nvim/modes-nvim.nix index e42c939e..4e591a05 100644 --- a/modules/plugins/ui/modes-nvim/modes-nvim.nix +++ b/modules/plugins/ui/modes-nvim/modes-nvim.nix @@ -11,7 +11,7 @@ in { type = bool; default = false; description = '' - Whether to enable nable cursorline initially, and disable cursorline + Whether to enable cursorline initially, and disable cursorline for inactive windows or ignored filetypes. ''; };