diff --git a/modules/home/all/neovim.nix b/modules/home/all/neovim.nix index 3f7a509..9380e8b 100644 --- a/modules/home/all/neovim.nix +++ b/modules/home/all/neovim.nix @@ -51,13 +51,13 @@ in }; telescope = { enable = true; - settings.keymaps = { + keymaps = { "ff" = { - desc = "file finder"; + options.desc = "file finder"; action = "find_files"; }; "fg" = { - desc = "find via grep"; + options.desc = "find via grep"; action = "live_grep"; }; };