A fast and flexible plugin for editing configuration files.
LuaUse your preferred package manager:
use 'user/sample-plugin'
The plugin can be configured by passing a table to the setup function. Below is an example with the default values.
require('sample-plugin').setup({
logging = true,
filetype = {},
})
The plugin provides a single command to format the current buffer. Run it manually or bind it to a key.