{...}: { globals.mapleader = " "; globals.maplocalleader = { __raw = "vim.api.nvim_replace_termcodes('', false, false, true)"; }; keymaps = [ { mode = ["n"]; key = ""; action = ":noh"; options = { silent = true; }; } { mode = ["n"]; key = "f"; action = ""; options = { desc = "+find"; }; } { mode = ["n"]; key = ""; action = ""; options = { silent = true; }; } { mode = ["n"]; key = ""; action = ""; options = { silent = true; }; } { mode = ["n"]; key = ""; action = "zz"; options = { silent = true; }; } ]; }