style: Fix comments on autocmds and keymaps loading (#779)

This commit is contained in:
João Paquim 2023-05-19 14:06:59 +01:00 committed by GitHub
parent 23410a4594
commit 06e4ba2fdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
-- This file is automatically loaded by plugins.init
-- This file is automatically loaded by lazyvim.config.init
local function augroup(name)
return vim.api.nvim_create_augroup("lazyvim_" .. name, { clear = true })

View file

@ -1,4 +1,4 @@
-- This file is automatically loaded by lazyvim.plugins.config
-- This file is automatically loaded by lazyvim.config.init
local Util = require("lazyvim.util")