mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
doc: add documentation
This commit is contained in:
parent
2c5786f3eb
commit
06fb5ee60a
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue