Update files
This commit is contained in:
@@ -163,5 +163,11 @@ helpers.format_buffer = function(formatter, buf, cwd)
|
||||
vim.api.nvim_buf_set_lines(buf, 0, -1, false, vim.split(result.stdout, '\n', { plain = true }))
|
||||
end
|
||||
|
||||
helpers.create_bookmark = function(key, bookmark)
|
||||
helpers.map('<Leader>b' .. key, function()
|
||||
vim.cmd('edit ' .. bookmark)
|
||||
end, { desc = 'Navigate to ' .. bookmark })
|
||||
end
|
||||
|
||||
return helpers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user