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

This commit is contained in:
Bruno BELANYI 2026-02-19 12:06:05 +00:00
parent fb2b20bd84
commit 8082de90c3
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" }, {