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