nvimdotfiles/lua/myworkflow/init.lua
Marco 5381e06eb9 Introduce autocommand for formatting
Now, before a file is saved, we call the vim api format() function
which formats the content of the file.
2023-10-19 09:42:48 +02:00

5 lines
118 B
Lua

require("myworkflow.remap")
require("myworkflow.set")
require("myworkflow.packer")
require("myworkflow.autocommands")