Skip to content

Commit

Permalink
fix: non-silent toggle keybind
Browse files Browse the repository at this point in the history
  • Loading branch information
axieax committed Aug 17, 2022
1 parent 75f5e45 commit da6cd86
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 @@ -170,7 +170,7 @@ nvim_biscuits.BufferAttach = function(bufnr)
if toggle_keybind ~= nil and
not config.get_language_config(final_config, lang, "disabled") then
vim.api.nvim_set_keymap("n", toggle_keybind,
":lua require('nvim-biscuits').toggle_biscuits()<CR>",
"<Cmd>lua require('nvim-biscuits').toggle_biscuits()<CR>",
{noremap = false})
end

Expand Down

0 comments on commit da6cd86

Please sign in to comment.