aboutsummaryrefslogtreecommitdiff
path: root/autoload/utils.vim
AgeCommit message (Collapse)Author
2021-08-07Better way to call lua function inside vim scriptjdhao
2021-08-07chore: formatting and fix spell errorsjdhao
2021-08-07Fix: the loading condition for fugitive is wrongjdhao
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-05Use nvim-notify for showing messagesjdhao
2021-07-24Refactor: use a unified log functionjdhao
2021-07-13fix: use normal!jdhao
Use command normal! to avoid any mapping being accidentally used.
2020-12-16Make a plugin for leaving insert modejdhao
2020-11-24Using 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-08refactor: move titlestring method to autoload dirjdhao
2020-10-19Use lua to generate random int.jdhao
2020-09-30update fold text stylejdhao
2020-09-30update foldtext functionjdhao
2020-09-27add ! for custom functionsjdhao
2020-09-27add mapping to move single or multiple linesjdhao
2020-09-27refactor: simplify if elsejdhao
2020-09-27use printf for string concatenation where neededjdhao
2020-09-26change vim script style from 4-space indent to 2-spacejdhao
2020-09-24fix style issues as per vintjdhao
2020-09-21add abort for functionsjdhao
2020-05-06Update utils.vimjdhao
2020-04-29update: add function to toggle cursorcolumnjdhao
2020-03-30chore: remove short url and replace with true urljdhao
2019-09-12Simplify init.vim and move settings to autoload and after directoryjdhao