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