aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-29Merge pull request #46 from jdhao/fix-quit-conditionjdhao
[fix] quit does not work for 2 windows
2022-03-29[fix] quit does not work for 2 windowsjdhao
If current buf in remaning two or more windows are filetypes in the quit list, we should also quit nvim also.
2022-03-29update nvim-tree confjdhao
2022-03-27[feat] add mapping to add hard linebreak for Markdownjdhao
2022-03-19update C++ snippetsjdhao
2022-03-15working config for cmp-omni and vimtexjdhao
2022-03-14add cmp-omni for working with texjdhao
2022-03-08update spelljdhao
2022-03-07update hop.nvim confjdhao
2022-03-05add snip for ultisnips snippets filesjdhao
2022-03-05add new markdown snippetjdhao
2022-02-28update tex confjdhao
2022-02-27update spelljdhao
2022-02-14update config docjdhao
2022-02-12spell updatejdhao
2022-02-12update issue templatejdhao
2022-02-12update docjdhao
2022-02-11update issue templatejdhao
2022-02-11update Markdown snippetjdhao
2022-02-11update nvim-cmp confjdhao
2022-02-11fix: wilder.nvim auto-start improvementjdhao
Using CursorHold to start wilder.nvim is not ideal, since it depends on the value of option 'updatetime'. Using a timer may be a better idea.
2022-02-10update spelljdhao
2022-02-09chore: update theme hint messagejdhao
2022-02-08update Markdown snippetsjdhao
2022-02-08[breaking change] remove direct reference to fastgitjdhao
fastgit may be blocked by GFW (see https://t.me/fastgitchannel/81), so hard-coding its URL is not a good option. Using git URL rewrite feature is a better choice: https://jdhao.github.io/2021/11/27/git_notes_s4/#use-a-git-mirror-site-for-cloning. This is a breaking change, since previously I use hub.fastgit.org as the url, now the url will be default github.com unless the user change it using the above mentioned method to change the cloning URL.
2022-02-08add nvim-tree.lua to readmejdhao
2022-02-08update spelljdhao
2022-02-06chore: update setup script for Linuxjdhao
2022-02-06chore: update links for Anaconda/miniconda packagejdhao
2022-02-05update ignore settingjdhao
2022-02-05nvim-tree: auto-close when it is the only winjdhao
2022-02-05Use nvim-tree as file explorer when we open a folderjdhao
netrw plugin needs to be disabled, and nvim-tree needs to be start package. Otherwise, the hijacking won't work, and when we open a folder, it just open a new file with the same name.
2022-02-05update nvim-tree confjdhao
2022-02-05enable lualine's support for nvim-treejdhao
See also https://github.com/nvim-lualine/lualine.nvim#extensions.
2022-02-05add plugin nvim-tree.luajdhao
2022-02-04change param for plugin lspkind-nvimjdhao
See also https://github.com/onsails/lspkind-nvim/commit/06872e887e7e4579765cc51fa6b0e7643b4284fa.
2022-02-04add comment for ginit.vimjdhao
2022-02-04update READMEjdhao
2022-02-03update logging confjdhao
2022-02-03chore: add commentjdhao
2022-02-03refactor: renamejdhao
2022-02-02update LeaderF confjdhao
2022-01-30update READMEjdhao
2022-01-30update READMEjdhao
2022-01-30use debug modejdhao
2022-01-30update READMEjdhao
2022-01-29update spelljdhao
2022-01-28fix: check if language server exists before usingjdhao
2022-01-28chore: use local variable lspconfigjdhao
2022-01-26add bash-language-serverjdhao