| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| In Emacs, there is `seq-random-elt` which randomly selects an element from a sequence. We mimic it here in Neovim. Ref: https://www.gnu.org/software/emacs/manual/html_node/elisp/Sequence-Functions.html. | |||
| 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 | |
| Airline relies on fugitive to get the branch name, but fugitive is conditionally loaded. So the branch name is not shown. We need to provide our own function to get the branch name. | |||
| 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 | |
| We should load fugitive in the following two situations: + When we open nvim in a Git repository + When we are inside nvim and change the working directory to a Git reposity | |||
| 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 | |
| Use command normal! to avoid any mapping being accidentally used. | |||
| 2020-12-16 | Make a plugin for leaving insert mode | jdhao | |
| 2020-11-24 | Using jk to escape insert mode without lagging. | jdhao | |
| See https://jdhao.github.io/2020/11/23/neovim_better_mapping_for_leaving_insert_mode/. | |||
| 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 | |
