aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2022-01-26update ignore filesjdhao
2022-01-26update matchparen highlightjdhao
2022-01-24add log-autocmdjdhao
2022-01-23change load condition of lspkind-nvimjdhao
If we use BufEnter, nvim-cmp autocompletion may not work sometimes, which is really annoying
2022-01-23update spelljdhao
2022-01-23update lsp settingjdhao
2022-01-16doc: update description for init.vimjdhao
2022-01-13use lua for may_create_dirjdhao
2022-01-13feat: create parent dir of current file if it does not existjdhao
2022-01-11new yearjdhao
2022-01-09add plugin vim-conflicted for merge conflict handlingjdhao
2022-01-09add issue template for easier debuggingjdhao
2022-01-09update READMEjdhao
2022-01-09chore: remove semshi settingsjdhao
That plugin has been deleted before
2022-01-08more startup screen menu itemjdhao
2022-01-07add icon and scrollbar for wilder.nvimjdhao
2022-01-07simplify wilder.nvim settingsjdhao
2022-01-07fix: link is broken for wilder.nvimjdhao