Skip to content

Commit

Permalink
feat(telescope): add spelling suggestions picker
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoschcau committed Jan 4, 2025
1 parent b101227 commit 815429a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/plugin-management/plugins/telescope-nvim.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ return {
require("telescope.builtin").git_bcommits,
desc = "Telescope: List git commits of current buffer.",
},
{
"<Space>t=",
require("telescope.builtin").spell_suggest,
desc = "Telescope: List spelling suggestions for the current word.",
},
},
config = function()
local telescope = require "telescope"
Expand Down

0 comments on commit 815429a

Please sign in to comment.