aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-27update bufferline.nvim settingsjdhao
2021-08-27Make more plugins optjdhao
2021-08-27Colorscheme plugins as opt pluginsjdhao
2021-08-26update leaderf settingsjdhao
2021-08-25Remove chadTreejdhao
I rarely use it and it is updated everyday with a meaningless bot, which is really annoying for me.
2021-08-25Revert "fix: loading order not correct for committia and vim-fugitive"jdhao
This reverts commit 236462864fd57eddaad5a75e35ea463eb144d62d. committia does not depends on vim-fugitive.
2021-08-25No need to use packadd for packerjdhao
It is a start plugin that will be loaded automatically.
2021-08-25update spell filejdhao
2021-08-25fix: loading order not correct for committia and vim-fugitivejdhao
2021-08-25fix typo: require --> requiresjdhao
2021-08-23Add treesitter parser for vim script againjdhao
2021-08-22update macOS update scriptjdhao
2021-08-22Remove vim parser for treesitterjdhao
It is not yet usable: the highlighting is not good compared to regex based highlighting.
2021-08-22Enable treesitter highlight for Vim script, closes #17jdhao
2021-08-22update cpp snippetsjdhao
2021-08-21chore: nvim-bufferline.lua has been renamed to bufferline.nvimjdhao
2021-08-21Do not auto-pair <> for C++jdhao
2021-08-20Reduce timeout for nvim-notifyjdhao
2021-08-18Use nvim-hlslens instead of vim-anzujdhao
2021-08-18update optionjdhao
2021-08-18Add colorscheme everforestjdhao
2021-08-18Format with styluajdhao
2021-08-17Try chadtree :) fast as fuck?jdhao
2021-08-17update neoscroll configjdhao
2021-08-16update vim-airline settingsjdhao
2021-08-15Update READMEjdhao
2021-08-15Use neoscroll instead of vim-smoothiejdhao
2021-08-15Change bufferline plugin to nvim-bufferlinejdhao
It looks better than barbar.nvim, IMO.
2021-08-14Use proper true or false value for boolean variablesjdhao
In lua, 0 and empty string is true, which is counter-intuitive and different from vim script. So we need to use proper boolean type for vim script global variables, instead of numbers.
2021-08-14refactor: change file namejdhao
2021-08-14update barbar.nvim settingsjdhao
2021-08-14update treesitter settingsjdhao
TS highlighting for bash is not so good.
2021-08-13update barbar.nvim settingsjdhao
2021-08-13feat: make :edit command supports file glob patternsjdhao
2021-08-13Use barbar.nvim for tablinejdhao
2021-08-13Fix: remove loggingjdhao
2021-08-13Add Redir command to capture command output easilyjdhao
2021-08-12Use delimitMate instead of auto-pairsjdhao
2021-08-12refactor: rename on_attach to custom_attachjdhao
2021-08-12Add sumneko_lua LSPjdhao
2021-08-09update spell filejdhao
2021-08-09Move ftplugin to after/ftpluginjdhao
Make my own settings have the final say on how a filetype should behave, instead of some 3rd party plugins.
2021-08-09update nvim-bqf settingsjdhao
2021-08-09update vim-airline settingsjdhao
2021-08-09update vim-anzu and vim-cool settingsjdhao
We shouldn't set them as opt, otherwise *, and n , N etc. do not work in normal mode, unless we activate them on CmdlineEnter events.
2021-08-09Add more resourcesjdhao
2021-08-08Add plugin nvim-bqfjdhao
2021-08-08Neovim --> Nvimjdhao
2021-08-08change plugin load conditionjdhao
vim-searchlight needs to work when we press n or N or * etc, not just after pressing / and ?.
2021-08-08Use custom git branch name for vim-airlinejdhao
Airline relies on fugitive to get the branch name, but fugitive is conditionally loaded. So the branch name is not shown. We need to provide our own function to get the branch name.