From 9571595b6f7dd8a5b0b6a88015c740e2dc44a0d7 Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Sun, 13 Mar 2022 17:31:17 +0200 Subject: [PATCH] feat: peek --- dotfiles/neovim/lua/my/plugins/telescope.lua | 3 ++- modules/applications/misc.nix | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dotfiles/neovim/lua/my/plugins/telescope.lua b/dotfiles/neovim/lua/my/plugins/telescope.lua index aa48844..49f858b 100644 --- a/dotfiles/neovim/lua/my/plugins/telescope.lua +++ b/dotfiles/neovim/lua/my/plugins/telescope.lua @@ -36,7 +36,8 @@ local function setupKeybinds(obj, path) setupKeybinds(keybinds, path .. "." .. name) else -- Maps the keybind to the action - mapSilent('n', keybinds, "lua require('telescope" .. path .. "')." .. name .. "()") + mapSilent('n', keybinds, "lua require('telescope" .. path .. + "')." .. name .. "()") end end end diff --git a/modules/applications/misc.nix b/modules/applications/misc.nix index 2b103e3..3022050 100644 --- a/modules/applications/misc.nix +++ b/modules/applications/misc.nix @@ -53,6 +53,7 @@ obsidian # knowedge base # milkytracker # music tracker thingy spectacle # take screenshots + peek # record gifs vlc # video player gimp # image editing # korganizer # calendar