mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-02 17:15:10 +02:00
style: Fix comments on autocmds and keymaps loading (#779)
This commit is contained in:
parent
23410a4594
commit
06e4ba2fdb
2 changed files with 2 additions and 2 deletions
|
@ -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 })
|
||||
|
|
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue