about summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hm/soispha/conf/nvim/default.nix6
-rw-r--r--hm/soispha/conf/nvim/plgs/treesitter/default.nix2
2 files changed, 2 insertions, 6 deletions
diff --git a/hm/soispha/conf/nvim/default.nix b/hm/soispha/conf/nvim/default.nix
index 8c04ae9d..322597ec 100644
--- a/hm/soispha/conf/nvim/default.nix
+++ b/hm/soispha/conf/nvim/default.nix
@@ -1,8 +1,4 @@
-{
-  pkgs,
-  lib,
-  ...
-}: {
+{pkgs, ...}: {
   imports = [
     ./autocmds
     ./clipboard
diff --git a/hm/soispha/conf/nvim/plgs/treesitter/default.nix b/hm/soispha/conf/nvim/plgs/treesitter/default.nix
index 21a29cfb..bbee4690 100644
--- a/hm/soispha/conf/nvim/plgs/treesitter/default.nix
+++ b/hm/soispha/conf/nvim/plgs/treesitter/default.nix
@@ -28,7 +28,7 @@
     incrementalSelection = {
       enable = true;
       keymaps = {
-        # TODO: include these
+        # TODO: include these in the which-key description
         initSelection = "gnn"; #  set to `false` to disable one of the mappings
         nodeIncremental = "grn";
         scopeIncremental = "grc";