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 fd2ae92 commit 03bb696Copy full SHA for 03bb696
lua/gitlab/reviewer/init.lua
@@ -449,7 +449,7 @@ end
449
--- Set up autocaommands that will take care of setting and unsetting buffer-local options and keymaps
450
M.set_reviewer_autocommands = function(bufnr)
451
local group = vim.api.nvim_create_augroup("gitlab.diffview.autocommand.win_enter." .. bufnr, {})
452
- vim.api.nvim_create_autocmd({"WinEnter", "BufWinEnter"}, {
+ vim.api.nvim_create_autocmd({ "WinEnter", "BufWinEnter" }, {
453
group = group,
454
buffer = bufnr,
455
callback = function()
0 commit comments