Skip to content

Commit

Permalink
Merge pull request #28 from axieax/main
Browse files Browse the repository at this point in the history
resolves #27
  • Loading branch information
cmgriffing authored Nov 12, 2021
2 parents 7cb1fc6 + a1872b9 commit 15a0cb1
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 @@ -159,7 +159,7 @@ nvim_biscuits.BufferAttach = function(bufnr)

attached_buffers[bufnr] = true

local lang = ts_parsers.get_buf_lang(bufnr)
local lang = ts_parsers.get_buf_lang(bufnr):gsub("-", "")

local toggle_keybind = config.get_language_config(final_config, lang,
"toggle_keybind")
Expand Down

0 comments on commit 15a0cb1

Please sign in to comment.