mirror of
https://github.com/ivuorinen/astronvim_config.git
synced 2026-01-26 11:24:07 +00:00
4 lines
172 B
Lua
4 lines
172 B
Lua
-- This function is run last and is a good place to configuring
|
|
-- anything that doesn't fit in the normal config can go here
|
|
return function() require "user.autocmds" end
|