From c5ce00c6ffbf3be933c28b5c0d34afb987da26c3 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Sun, 11 Feb 2024 12:15:06 +0100 Subject: starting to work on syncthing maco --- mut/neovim/fnl/conf/events.fnl | 1 + 1 file changed, 1 insertion(+) (limited to 'mut') diff --git a/mut/neovim/fnl/conf/events.fnl b/mut/neovim/fnl/conf/events.fnl index 60ec28b..f6a4227 100644 --- a/mut/neovim/fnl/conf/events.fnl +++ b/mut/neovim/fnl/conf/events.fnl @@ -4,6 +4,7 @@ (local event vim.api.nvim_create_autocmd) +(vim.api.nvim_create_augroup "my" {:clear true}) (vim.api.nvim_create_augroup "conf#events" {:clear true}) (event -- cgit v1.2.3