aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Comment out debugging printsHEADdevelMatěj Cepl2024-09-031-2/+2
|
* WIP: complicatedMatěj Cepl2024-08-281-1/+45
|
* doc: eliminate mentions of the global variable `settings` in docsMatěj Cepl2024-08-281-3/+3
|
* Make settings accessible from ~/.config/vis/visrc.lua.Matěj Cepl2023-03-152-20/+28
|
* Rename vis-filetype-settings.lua to init.luaMatěj Cepl2023-03-151-0/+0
|
* added support for all event except INIT, START, QUITJohn Ankarström2023-03-152-12/+112
|
* Merge pull request #3 from x1ddos/patch-1masterJohn2020-02-041-0/+1
|\ | | | | Avoid referencing undeclared nil settings
| * Avoid referencing undeclared nil settingsalex2020-02-031-0/+1
|/ | | This change handles the case where you just require("vis-filetype-settings") without declaring the `settings` global variable.
* changed quote styleJohn Ankarström2018-10-142-5/+5
|
* README: fixed typoJohn Ankarström2018-10-132-3/+3
|
* README: fixed typoJohn Ankarström2018-10-121-3/+3
|
* changed plugin nameJohn Ankarström2018-10-122-3/+3
|
* README: added installation instructionsJohn Ankarström2018-10-121-0/+13
|
* first commitJohn Ankarström2018-10-123-0/+89