aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-10update READMEjdhao
2021-12-09update READMEjdhao
2021-12-08update nvim setup script for Linux, closes #31jdhao
2021-12-06make impatient.nvim the first pluginjdhao
2021-12-06update indent-blankline confjdhao
2021-12-06lazyload lua pluginsjdhao
2021-12-06remove plugin gutentagsjdhao
I rarely use it.
2021-12-06tweak lualine confjdhao
2021-12-05update spell filejdhao
2021-12-05update lualine confjdhao
2021-12-05add mixed indent detection for lualinejdhao
2021-12-05update lualine confjdhao
2021-12-05update lualine confjdhao
2021-12-05remove mentioning of vim-airlinejdhao
2021-12-05replace vim-airline with lualinejdhao
Lualine is now feature-rich and faster than vim-airline.
2021-12-05update hop.nvim confjdhao
2021-12-05update fugitive confjdhao
2021-12-05more fugitive shortcutjdhao
2021-12-04update cpp snippetjdhao
2021-12-04update default value of option 'wrap'jdhao
2021-12-04use main branch of nvim-hlslensjdhao
2021-12-03reduce startup time using impatient.nvimjdhao
2021-12-02update Leaderf rg confjdhao
Suppress permission denied error messages when grepping using ripgrep.
2021-12-02Add command :Datetime to show current time or translate a Unix timestampjdhao
2021-12-01fix vim.diagnostic.config() option name typojdhao
2021-12-01[v0.6] update docjdhao
2021-12-01[v0.6] update install script to use nvim v0.6jdhao
2021-12-01[v0.6] change LSP and diagnostic according to latest APIjdhao
2021-12-01[v0.6] default value for option inccommand and joinspaces changedjdhao
2021-12-01[v0.6] backupdir will be created by defaultjdhao
No need to create the backupdir manually.
2021-12-01[v0.6] Y is mapped to y$ by defaultjdhao
2021-11-28use man for command :Manjdhao
2021-11-23refactor: renaming functionjdhao
2021-11-23refactor theme loadingjdhao
2021-11-23update LeaderF confjdhao
2021-11-23update nvim-notify confjdhao
2021-11-23remove plugin vim-searchlightjdhao
It can be replaced by nvim-hlslens
2021-11-23update linux setup script, closes #30jdhao
2021-11-22use branch dev of nvim-hlslensjdhao
Master version has a bug where text is wrongly highlighted.
2021-11-22update linux setupjdhao
2021-11-21update snippetsjdhao
2021-11-21reword warning msgjdhao
2021-11-21update packer-related instructionsjdhao
2021-11-17update hop.nvim confjdhao
2021-11-10update snippetsjdhao
2021-11-08add cpp snippetsjdhao
2021-11-07drop auto-remove trailing whitespacesjdhao
When working with legacy code which is not well formatted, it will cause large undesirable diffs.
2021-11-07make alpah-nvim optjdhao
2021-11-07change location of packer_compiled.luajdhao
Putting this file under ~/.config/nvim/plugin may cause problems since script under plugin/ will be loaded automatically.
2021-11-06fix indent-blankline activation bugjdhao
When InsertLeave is triggered, we should check if we need to start indent-blankline before enabling it.