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
/
init.lua
Age
Commit message (
Expand
)
Author
2022-01-30
fix(init): reset `displayed` and options when leaving buffer
max397574
2022-01-15
fix(open_file): check if there are directory oldfiles
max397574
2022-01-14
fix(mappings): fix not correctly aligned mappings
max397574
2021-12-29
fix(startup): check if filename is empty
max397574
2021-12-29
feat(startup): fix mappings and refactor
max397574
2021-12-23
chore: autoformat with stylua
max397574
2021-12-20
fix(commands): allow old and new syntax
max397574
2021-12-18
fix: fixed alignmend when changing size and new cmd syntax
max397574
2021-12-09
fix(init): remove debug stuff
max397574
2021-12-09
fix(open files): remove numbers
max397574
2021-12-08
feat(themes): empty theme for default values
max397574
2021-12-06
feat(themes): allow setup{theme=...}
max397574
2021-12-06
fix(oldfiles): allow opening directory oldfiles without full path
max397574
2021-12-06
feat(commands): parse mapping names
max397574
2021-12-05
feat(init): added user mappings and check if file exists
max397574
2021-11-22
chore: autoformat with stylua
max397574
2021-11-22
fix(settings): 🐛don't use config file
max397574
2021-11-22
feat(init): ✨better empty values handling
max397574
2021-11-22
feat(): ✨default value for margin and cursor column
max397574
2021-11-19
refactor(init): 🔄improved readability
max397574
2021-11-17
feat(settings): removed command and added after
max397574
2021-11-15
feat(init): ✨better completition and command
max397574
2021-11-12
chore: autoformat with stylua
max397574
2021-11-12
refactor(utils/init): 🔄use more local functions
max397574
2021-11-11
fix(loading): 🐛use VimEnter autocmd
max397574
2021-11-10
cleanup(init): 🗑️removed some unused stuff
max397574
2021-11-10
docs(utils/init): 📚added annotations
max397574
2021-11-09
refactor(init): 🔄replaced U with utils
max397574
2021-11-09
chore: autoformat with stylua
max397574
2021-11-09
refactor(all): 🔄make some things simpler
max397574
2021-11-08
refactor(all): 🔄stylua
max397574
2021-11-06
cleanup(all): 🗑️removed some debug stuff
max397574
2021-11-06
refactor(all): 🔄stylua
max397574
2021-11-06
feat(startup): ✨expose settings
max397574
2021-11-06
feat(startup): ✨moved main file into startup/
max397574