diff --git a/home/modules/neovim/mappings.nix b/home/modules/neovim/mappings.nix index 874954f1..77ec6ee6 100644 --- a/home/modules/neovim/mappings.nix +++ b/home/modules/neovim/mappings.nix @@ -278,12 +278,12 @@ ]; leader = [ - # { - # mode = "n"; - # key = "L"; - # action = "Lazy"; - # options.desc = "Lazy Packages"; - # } + { + mode = "n"; + key = "L"; + action = "Lazy"; + options.desc = "Lazy Packages"; + } { mode = "n"; key = "n"; @@ -320,12 +320,12 @@ action = "Telescope commands"; options.desc = "Telescope Command"; } - # { - # mode = "n"; - # key = "M"; - # action = "Telescope marks"; - # options.desc = "Telescope Marks"; - # } + { + mode = "n"; + key = "M"; + action = "Telescope marks"; + options.desc = "Telescope Marks"; + } # { # mode = "n"; # key = "J";