]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/config/autocmds.lua
nvim: add starter template for LazyVim
[dotfiles.git] / nvim / lua / config / autocmds.lua
diff --git a/nvim/lua/config/autocmds.lua b/nvim/lua/config/autocmds.lua
new file mode 100644 (file)
index 0000000..27e9e06
--- /dev/null
@@ -0,0 +1,3 @@
+-- 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