aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2021-11-02fix typo in snippetsjdhao
2021-11-02remove trailing whitespace on savejdhao
2021-11-01move whitespace utility into separate pluginsjdhao
2021-11-01add iso time utils functionjdhao
2021-11-01update LeaderF settingsjdhao
2021-10-31remove redundant fold marksjdhao
2021-10-31update indent-blankline indent charjdhao
2021-10-31update READMEjdhao
2021-10-31change matchup higlightjdhao
2021-10-30remove redundant snippetsjdhao
2021-10-30update snippetsjdhao
2021-10-30update Indent-blankline confjdhao
2021-10-30make sure snippets's filetype is correctjdhao
The filetype of xxx.snippets is not decided until we enter Insert mode, since ultisnips is lazy-loaded in Insert mode.
2021-10-30update cpp snippetsjdhao
2021-10-30update docjdhao
2021-10-30Merge branch 'master' of https://github.com/jdhao/nvim-configjdhao