From 6c8a73a9677da090df5f4b0012815070d5256dca Mon Sep 17 00:00:00 2001 From: Gabriel Volpe Date: Mon, 1 Apr 2024 12:09:35 +0200 Subject: [PATCH] replace : with --- modules/keys/shortcuts.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/keys/shortcuts.nix b/modules/keys/shortcuts.nix index fb27ec5..cc02118 100644 --- a/modules/keys/shortcuts.nix +++ b/modules/keys/shortcuts.nix @@ -41,7 +41,7 @@ in ">" = ">"; } // (withAttrSet config.vim.telescope.tabs.enable { - "" = ":lua require('search').open()"; + "" = "lua require('search').open()"; }) // (withAttrSet config.vim.lsp.enable { "K" = "lua vim.lsp.buf.hover()";