summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2022-06-30chore: cleanup vim options (#1946)Simon Hauser
2021-01-04Fix missing global (#384)Senghan Bright
* add selected command to cmd-history * make N_ function global * fix vimoptions description resolution and add color
2020-11-09Remove hardcoded tagsNolan Prochnau
2020-09-26data: add options.luaTJ DeVries
2020-09-25feature: Vim help-tags picker (#117)Senghan Bright
* feature: Vim help-tags picker * fix: filtered results were wrong because of missing `entry.value` * fix: filtered (Vim only help) items are listed in results as empty entries. * fix: avoid search history pollution by replacing / in cmd returned by taglist() with search() * fix: improve search() formatting * fix: escape tilde in search() command * fix: improve help-preview * fix: improve search() * fix: search() string fixes. * fix: use no magic to do magic Co-authored-by: TJ DeVries <devries.timothyj@gmail.com>
2020-09-06View the planets (#12)smolck
* add planets viewer builtin * Remove print statement * Don't use fzf & echo * Add all planets as files and refactor accordingly * Remove planets.lua * add the moon * example ofe how to do this without ls everywhere * fix rebase and update to new style Co-authored-by: TJ DeVries <devries.timothyj@gmail.com>