We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b349b7e commit af34813Copy full SHA for af34813
ftplugin/quarto.lua
@@ -3,7 +3,7 @@ vim.b.slime_cell_delimiter = "```"
3
local quarto = require'quarto'
4
5
local function set_keymaps()
6
- local b = 0
+ local b = vim.api.nvim_get_current_buf()
7
local function set(lhs, rhs)
8
vim.api.nvim_buf_set_keymap(b, 'n', lhs, rhs, { silent = true, noremap = true })
9
end
0 commit comments