about summary refs log tree commit diff stats
path: root/modules/by-name/nv/nvim/plgs/comment-nvim/default.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-24 13:26:52 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-24 13:26:52 +0200
commit2e3d85041e93526b200f2739478a685f51133867 (patch)
tree7f6fd3d7e7553d6b1a0c57d2b343c74a671512c9 /modules/by-name/nv/nvim/plgs/comment-nvim/default.nix
parentmodules/nvim/mappings: Remove overlapping <Space>c mapping (diff)
downloadnixos-config-2e3d85041e93526b200f2739478a685f51133867.zip
modules/nvim/plgs: Auto-load
Diffstat (limited to '')
-rw-r--r--modules/by-name/nv/nvim/plgs/comment-nvim/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/by-name/nv/nvim/plgs/comment-nvim/default.nix b/modules/by-name/nv/nvim/plgs/comment-nvim/default.nix
index b404843e..68a88d32 100644
--- a/modules/by-name/nv/nvim/plgs/comment-nvim/default.nix
+++ b/modules/by-name/nv/nvim/plgs/comment-nvim/default.nix
@@ -26,6 +26,7 @@ in {
         };
       };
     };
+
     keymaps = [
       {
         key = "gcc";