mirror of https://github.com/LazyVim/starter
doc: add documentation
parent
b03cccb152
commit
9d2876b140
|
@ -1,6 +1,8 @@
|
|||
-- Autocmds are automatically loaded on the VeryLazy event
|
||||
-- Default autocmds that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/autocmds.lua
|
||||
-- Add any additional autocmds here
|
||||
|
||||
-- Set Mini.files rounded border
|
||||
vim.api.nvim_create_autocmd("User", {
|
||||
pattern = "MiniFilesWindowOpen",
|
||||
callback = function(args)
|
||||
|
|
Loading…
Reference in New Issue