aboutsummaryrefslogtreecommitdiff
path: root/data/core/config.lua
AgeCommit message (Expand)Author
2025-03-15Project Rework (#1455)Adam
2024-09-03Configurable statusview icon (#1617)Takase
2024-03-05Improve `CommandView` and `autocomplete` scroll behavior (#1732)Guldoman
2023-11-30Use `\r\n` for new files on Windows (#1596)Guldoman
2023-08-26docs(core.config): add documentation for config options (#1512)Takase
2023-03-29Disable `trimwhitespace` and `drawwhitespace` via their configs (#1446)Adam
2023-02-06Improved plugins config table handling (#1356)Jefferson González
2022-11-03Add `config.keep_newline_whitespace` option (#1184)Guldoman
2022-11-01Add more options to `Scrollbar` (#1174)Guldoman
2022-10-20Fixed the common idiom of setting a plugin to true. (#1152)Adam
2022-10-19make the default core.ignore_files more specific (#1160)Takase
2022-07-01Increase default maximum number of log itemsGuldoman
2022-06-23Improve `lineguide` plugin (#1056)Chris
2022-04-26Don't animate scrolling by dragging the scroll bar (#940)Guldoman
2022-04-25Add animation categories to enable finer transitions control (#941)Guldoman
2022-03-10config: added skip_plugins_versionjgmdev
2022-02-11Merge pull request #832 from jgmdev/autocomplete-updateAdam
2022-02-03Update autocomplete with changes needed for latest LSP plugin.jgmdev
2022-01-28Go back to `common.match_pattern` and use `table.unpack` directly on function...Dheisom Gomes
2022-01-28Added support to use a array of regex to ignore filesDheisom Gomes
2022-01-22Added in new merge method, and run it on plugins. Also made it so plugin conf...Adam Harrison
2021-12-20Add for config.highlight_current_line new variant: no_selectionJipok
2021-11-23Manual merge of into .Adam Harrison
2021-11-14Changed click prefixes to be numbers, as Takase suggested.Adam Harrison
2021-10-08Implement directory monitoring using septag/dmonFrancesco Abbate
2021-10-02Merge pull request #521 from adamharrison/remove-font-rendererFrancesco
2021-10-02Enable always show tabs by defaultFrancesco Abbate
2021-10-02Add option to disable caret blinking (#572)Guldoman
2021-10-02Add option to disable scrolling past the end (#566)Guldoman
2021-10-02Turned off whitespace by default.Adam Harrison
2021-10-02Add option to disable caret blinking (#572)Guldoman
2021-09-30Add option to disable scrolling past the end (#566)Guldoman
2021-08-27Allow tabs to always be visibleGuldoman
2021-07-15Namespace plugin-specific configuration settings.Adam Harrison
2021-06-21Added in lineguide to core.Adam Harrison
2021-06-17added config.tab_close_button option to hide X on tabscukmekerb
2021-05-27Improve user feedback for big directories (#223)Janis-Leuenberger
2021-05-16Add buttons to scroll tabs when there are too manyFrancesco Abbate
2021-04-21Disable borderless window by defaultFrancesco Abbate
2021-04-10Preliminary implementation of border-less modeFrancesco Abbate
2021-04-01Implement unicode character replacementsFrancesco Abbate
2021-03-10Make animation speed independent of config.fps, add config.animation_rate to ...liquidev
2021-03-06Enable customizing cursor speed (#80)daubaris
2021-02-24do not use 'portable' as a compile time optionFrancesco Abbate
2021-02-21Add config.transitions to enable/disable transitionsFrancesco Abbate
2021-02-19Bump version numberFrancesco Abbate
2021-02-16Move VERSION variable into Lua codeFrancesco Abbate
2021-01-13New feature to disable plugins from configFrancesco Abbate
2020-11-17Increase default max limits for symbolsFrancesco Abbate
2020-11-16Stop scanning project file when a maximum limit is reachedFrancesco Abbate