home: vim: prefix augroup with 'ambroisie.*'

This commit is contained in:
Bruno BELANYI 2026-02-19 12:06:05 +00:00
parent 5767c60cf2
commit f700375a66
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
local signtoggle = vim.api.nvim_create_augroup("signtoggle", { clear = true })
local signtoggle = vim.api.nvim_create_augroup("ambroisie.signtoggle", { clear = true })
-- Only show sign column for the currently focused buffer, if it has a number column
vim.api.nvim_create_autocmd({ "BufEnter", "FocusGained", "WinEnter" }, {