5c89190 docs: update lua-helpers link to the sourcehut repository
~henriquehbr pushed to ~henriquehbr/ataraxis.lua git
5c89190 docs: update lua-helpers link to the sourcehut repository
~henriquehbr pushed to ~henriquehbr/ataraxis.lua git
absence of mental stress or anxiety, a state of serene calmness

This plugin depends on
henriquehbr/lua-helpersto work, remember to install it as well following the exact same instructions below
If you're using one of these plugin managers:
The installation method is pretty much the same for all of them, simply initialize the plugin manager and include henriquehbr/ataraxis.lua on the list
Otherwise, if you're using pathogen, simply clone it on your ~/.vim/bundle directory:
$ git clone --depth 1 https://github.com/henriquehbr/ataraxis.lua
ataraxisis intended to be immediately executed on (n)vim startup, so if your plugin manager has some sort ofoptfuncionality that marks it as a optional plugin, avoid it!
To get it up and running, first, require it on your config:
lua:
require 'ataraxis'.setup()
vimscript:
lua require 'ataraxis'.setup()
It's strongly recommended to initialize
ataraxisbefore any other plugin, in order to avoid windows created by other plugins to break the layout
The example below represents all the possible settings with their respective types and default values
require 'ataraxis'.setup {
width = 80 -- sets the writing area width
}
The following tools are needed in order to properly setup the development workflow:
If you're willing to contribute to ataraxis, it's highly recommended to follow the steps below (for organization purposes)
feat/<branch_name> for featuresfix/<branch_name> for bugfixeschore/<branch_name> for small changes that doesn't fit the ones abovemake init to setup the development environmentcommitlint), examples below:
feat: <commit_message> for featuresfix: <commit_message> for bugfixeschore: <commit_message> for small changes that doesn't fit the ones abovePull requests that stricly follow the recommendations above will have higher priority in contrast of those who don't