From 433cd2117519375e93d92c79690a66ea46b84f25 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Thu, 22 Aug 2024 19:38:29 -0400 Subject: configured todo-comments and moved filetypes specific plugins --- nvim/lua/plugins/telescope.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'nvim/lua/plugins/telescope.lua') diff --git a/nvim/lua/plugins/telescope.lua b/nvim/lua/plugins/telescope.lua index 2e925c3..e9f9c26 100644 --- a/nvim/lua/plugins/telescope.lua +++ b/nvim/lua/plugins/telescope.lua @@ -4,6 +4,7 @@ return { 'nvim-lua/plenary.nvim', 'nvim-tree/nvim-web-devicons' }, + cmd = 'Telescope', keys = { {"ff", function() require("telescope.builtin").find_files() -- cgit v1.2.3