Skip to content

Commit

Permalink
feat: keymap description
Browse files Browse the repository at this point in the history
  • Loading branch information
axieax committed Aug 17, 2022
1 parent da6cd86 commit 26c9852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nvim-biscuits/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ nvim_biscuits.BufferAttach = function(bufnr)
not config.get_language_config(final_config, lang, "disabled") then
vim.api.nvim_set_keymap("n", toggle_keybind,
"<Cmd>lua require('nvim-biscuits').toggle_biscuits()<CR>",
{noremap = false})
{ noremap = false, desc = "toggle biscuits" })
end

local on_lines = function() nvim_biscuits.decorate_nodes(bufnr, lang) end
Expand Down

0 comments on commit 26c9852

Please sign in to comment.