From c764831a830ddae48bc11457495390d252d16e90 Mon Sep 17 00:00:00 2001 From: Jake Koroman Date: Sat, 18 Oct 2025 10:13:28 -0400 Subject: nvim: updates. --- nvim/lua/plugins/telescope.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nvim/lua/plugins/telescope.lua') diff --git a/nvim/lua/plugins/telescope.lua b/nvim/lua/plugins/telescope.lua index 2083cee..4fb77d8 100644 --- a/nvim/lua/plugins/telescope.lua +++ b/nvim/lua/plugins/telescope.lua @@ -41,7 +41,7 @@ return { end, { desc = '[S]earch [N]eovim files' } ) vim.keymap.set('n', 'sm', function() - builtin.man_pages { sections = { 'ALL' } } + builtin.man_pages { sections = { '1', '2', '3' } } end, { desc = '[S]earch [M]an pages' }) end, } -- cgit v1.2.3