home: vim: prefix augroup with 'ambroisie.*'
This commit is contained in:
parent
fb2b20bd84
commit
8082de90c3
3 changed files with 3 additions and 3 deletions
|
|
@ -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" }, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue