aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-16[nvim 0.7] use filetype.lua for detecting ftjdhao
2022-04-16[nvim 0.7] vim.keymap.set opts updatejdhao
2022-04-16[nvim 0.7] use the new vim.keymap interfacejdhao
2022-04-16[nvim 0.7] no more py2 supportjdhao
2022-04-14Merge pull request #48 from soda92/patch-1jdhao
fix small typo
2022-04-14fix small typoMaple
2022-04-14fix nvim-cmp errorjdhao
check https://github.com/hrsh7th/nvim-cmp/issues/231#issuecomment-1098175017
2022-04-10update spell filejdhao
2022-04-10update docjdhao
2022-04-10update issue templatejdhao
2022-04-10update wilder.nvim confjdhao
2022-04-10update nvim-cmp conf, fix hrsh7th/nvim-cmp#880jdhao
2022-04-05update tex snippetsjdhao
2022-04-03chore: use ft for FileType lazyloadingjdhao
2022-04-02update nvim-tree conf: stay focusjdhao
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