ref(nvim): isolated autocmds

This commit is contained in:
Léana 江 2023-10-24 23:26:53 +02:00 committed by Léana 江
parent 0ab4ef1130
commit 0115ddd9f9
3 changed files with 62 additions and 61 deletions

View file

@ -13,6 +13,7 @@ vim.opt.rtp:prepend(lazypath)
require("keymap")
require("options")
require("autocmds")
require("lazy").setup({