aboutsummaryrefslogtreecommitdiff
path: root/data/user/init.lua
AgeCommit message (Collapse)Author
2021-03-01Fix font size in initial user's configFrancesco Abbate
2021-02-27Add information about icon_big_font in initial user's configurationFrancesco Abbate
2021-02-19Make code and ui font smaller at 12v1.16.0-lite-xlFrancesco Abbate
2021-02-19Adjust default code font sizeFrancesco Abbate
The previous value looks too big in hidpi screens
2021-01-13New feature to disable plugins from configFrancesco Abbate
Disable trimwhitespace by default
2020-12-13Use core.reload_module instead of style.loadFrancesco Abbate
2020-12-11Complete the initial user configuration fileFrancesco Abbate
2020-12-10Automatically reload style when saving the project user moduleFrancesco Abbate
2020-12-02Implement user's config as init file and add directory into package.pathFrancesco Abbate
Create the user's config init file if lite user's config directory does not exists. No longer use the awkward package.searchers but instead add user's config dir at the end of package path.
2019-12-28Initial commitrxi