diff options
| author | Jake Koroman <jake@jakekoroman.com> | 2025-10-18 10:13:28 -0400 |
|---|---|---|
| committer | Jake Koroman <jake@jakekoroman.com> | 2025-10-18 10:13:28 -0400 |
| commit | c764831a830ddae48bc11457495390d252d16e90 (patch) | |
| tree | 6acfbbe97b538b42097ac2c84b951faa3f0d530a /nvim/lua/plugins | |
| parent | a1970dcc39af718bdb237bc3edd7bbacb3b9248e (diff) | |
nvim: updates.
Diffstat (limited to 'nvim/lua/plugins')
| -rw-r--r-- | nvim/lua/plugins/telescope.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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', '<leader>sm', function() - builtin.man_pages { sections = { 'ALL' } } + builtin.man_pages { sections = { '1', '2', '3' } } end, { desc = '[S]earch [M]an pages' }) end, } |
