index
:
nvim_config.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
autoload
/
utils.vim
Age
Commit message (
Expand
)
Author
2021-12-30
refactor: capture command output silently
jdhao
2021-12-15
renaming variables
jdhao
2021-12-05
remove mentioning of vim-airline
jdhao
2021-12-02
Add command :Datetime to show current time or translate a Unix timestamp
jdhao
2021-11-23
refactor theme loading
jdhao
2021-11-01
move whitespace utility into separate plugins
jdhao
2021-11-01
add iso time utils function
jdhao
2021-10-24
show redir output in scratch buffer
jdhao
2021-10-23
add notification for Redir command
jdhao
2021-10-15
refactor: load colorschemes randomly
jdhao
2021-08-13
feat: make :edit command supports file glob patterns
jdhao
2021-08-13
Fix: remove logging
jdhao
2021-08-13
Add Redir command to capture command output easily
jdhao
2021-08-08
Use custom git branch name for vim-airline
jdhao
2021-08-07
Better way to call lua function inside vim script
jdhao
2021-08-07
chore: formatting and fix spell errors
jdhao
2021-08-07
Fix: the loading condition for fugitive is wrong
jdhao
2021-08-05
Use nvim-notify for showing messages
jdhao
2021-07-24
Refactor: use a unified log function
jdhao
2021-07-13
fix: use normal!
jdhao
2020-12-16
Make a plugin for leaving insert mode
jdhao
2020-11-24
Using jk to escape insert mode without lagging.
jdhao
2020-11-08
refactor: move titlestring method to autoload dir
jdhao
2020-10-19
Use lua to generate random int.
jdhao
2020-09-30
update fold text style
jdhao
2020-09-30
update foldtext function
jdhao
2020-09-27
add ! for custom functions
jdhao
2020-09-27
add mapping to move single or multiple lines
jdhao
2020-09-27
refactor: simplify if else
jdhao
2020-09-27
use printf for string concatenation where needed
jdhao
2020-09-26
change vim script style from 4-space indent to 2-space
jdhao
2020-09-24
fix style issues as per vint
jdhao
2020-09-21
add abort for functions
jdhao
2020-05-06
Update utils.vim
jdhao
2020-04-29
update: add function to toggle cursorcolumn
jdhao
2020-03-30
chore: remove short url and replace with true url
jdhao
2019-09-12
Simplify init.vim and move settings to autoload and after directory
jdhao