Files
nvim-modular/lua/custom/autocommands/init.lua
2025-08-11 03:50:33 +02:00

8 lines
158 B
Lua

-- load autocommands
--
require 'custom.autocommands.quarto'
-- The line beneath this is called `modeline`. See `:help modeline`
-- vim: ts=2 sts=2 sw=2 et