Skip to content

Commit

Permalink
Removing optional keymap kickstart.nvim hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Galus committed Aug 30, 2024
1 parent 03783b5 commit 7309220
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ With [Lazy.nvim](https://github.com/folke/lazy.nvim):
require("emoji").setup(opts)
-- optional for telescope integration
local ts = require('telescope').load_extension 'emoji'
-- optional keymap for existing kickstart.nvim users
vim.keymap.set('n', '<leader>se', ts.emoji, { desc = '[S]earch [E]moji' })
end,
}
Expand Down

0 comments on commit 7309220

Please sign in to comment.