index
:
startup.nvim.git
master
A highly configurable neovim startup screen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
startup
/
utils.lua
Age
Commit message (
Expand
)
Author
2021-12-18
fix(oldfiles): fix mappings
max397574
2021-12-17
fix(utils): shorten path in oldfiles directory title
max397574
2021-12-10
fix(utils): no error if less than 10 oldfiles
max397574
2021-12-09
fix(utils): highlights of key help
max397574
2021-12-09
chore: autoformat with stylua
max397574
2021-12-09
feat(oldfiles): added mapping 0-9 for last files
max397574
2021-12-08
fix(utils): no delay hiding statusline
max397574
2021-12-08
feat(oldfiles): shorten paths with ~
max397574
2021-12-08
feat(utils): add defaults in validate
max397574
2021-12-08
chore: autoformat with stylua
max397574
2021-12-06
feat(oldfiles): remove directory from path
max397574
2021-12-05
feat(utils): add user mapping to help
max397574
2021-11-22
feat(help): ✨added highlights
max397574
2021-11-22
chore: autoformat with stylua
max397574
2021-11-22
feat(): ✨default value for margin and cursor column
max397574
2021-11-17
cleanup(utils): 🗑️removed validation for command
max397574
2021-11-16
feat(utils): ✨added function to load theme
max397574
2021-11-15
feat(utils): ✨better completition
max397574
2021-11-12
chore: autoformat with stylua
max397574
2021-11-12
refactor(utils/init): 🔄use more local functions
max397574
2021-11-10
docs(utils/init): 📚added annotations
max397574
2021-11-09
fix(cursor): 🐛fixed cursor movement at top of file
max397574
2021-11-09
refactor(utils): 🔄fixed hide statuslines
max397574
2021-11-09
refactor(all): 🔄make some things simpler
max397574
2021-11-08
refactor(all): 🔄stylua
max397574
2021-11-08
feat(utils): ✨improve help window
max397574
2021-11-06
cleanup(utils): 🗑️removed unused function
max397574
2021-11-06
cleanup(all): 🗑️removed some debug stuff
max397574
2021-11-06
refactor(all): 🔄stylua
max397574
2021-11-06
feat(cursor): ✨expose cursor column
max397574
2021-11-06
fix(cursor): 🐛if no valid lines go to first/last valid
max397574
2021-11-06
feat(startup): ✨added option to disable statuslines
max397574
2021-11-06
fix(utils): 🐛fixed cursor movement
max397574
2021-10-31
fix(validate): 🐛don't check content if type=oldfiles
max397574
2021-10-31
feat(utils): ✨added validation
max397574
2021-10-24
fix(utils): 🐛fix cursor positioning
max397574
2021-10-24
feat(plugins): ✨added key help
max397574
2021-10-24
feat(utils): ✨use function to get directory which works everywhere
max397574
2021-10-22
fix(cursor_positioning): 🐛added timeout to prevent function from
max397574
2021-10-21
fix(utils): 🐛align oldfiles and remove debugging stuff
max397574
2021-10-20
feat(utils): ✨added function to position cursor
max397574
2021-10-19
feat(utils): ✨added function for oldfiles of directory
max397574
2021-10-18
feat(utils): ✨some fixes
max397574
2021-10-07
feat(plugin): ✨more buildingblocks and some improvements
max397574
2021-10-07
fix(utils): 🐛longest lines uses displaywidth now
max397574
2021-10-07
feat(plugin): ✨new settings structure
max397574
2021-10-06
fix(oldfiles): 🐛temporary fix for testing
max397574
2021-10-06
feat(utils): ✨started adding oldfiles
max397574
2021-10-06
structural changes
tamton-aquib