aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2021-11-06remove lsp omnifunc confjdhao
I never used it.
2021-11-06simplify lsp configjdhao
2021-11-06update indent-blankline confjdhao
2021-11-06update docjdhao
2021-11-06[breaking change] make it work for nvim 0.5.1jdhao
In nvim 0.5.1, the lsp handler signature has changed, see https://github.com/neovim/neovim/pull/15504 and LunarVim/LunarVim#1484.
2021-11-05update hop.nvim confjdhao
2021-11-05update indent-blankline confjdhao
2021-11-05change matchparen highlightjdhao
2021-11-04more snippetsjdhao
2021-11-03add mapping: keep cursor position after yankingjdhao
2021-11-03change mapping to insert semicolon in insert modejdhao
2021-11-03less timeoutjdhao
2021-11-03more mappingjdhao