aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-06Enable embeded lua highlight in vim scriptjdhao
2021-03-27Remove blamer.nvimjdhao
We can select a line and use command :Git blame to show the blame message for this line. So this plugin is not really needed.
2021-03-25update Python settings and related docjdhao
2021-03-23update ignore settingsjdhao
2021-03-23Add more settings for cppjdhao
2021-03-20Remove cmd line message auto-clear featurejdhao
2021-03-19Use termguicolorsjdhao
2021-03-19update vim-lsp settingsjdhao
Use pylint for linting instead of flake8, which is shitty in finding apparent errors in the code.
2021-03-11Change how non-breakable space is shownjdhao
2021-02-27Use fastgit for cloning vim plugin reposjdhao
2021-02-27Update vim-plug settingjdhao
vim-plug reads the variable g:plug_home and will set its as the directory to install plugins. So we do not need to invent a new variable for this purpose.
2021-02-26Install vlime only when sbcl is availablejdhao
2021-02-26Add plugin neuims for auto IME switch on Windowsjdhao
2021-02-26update airline settings for vim-xkbswitchjdhao
2021-02-25Remove tokyonight colorschemejdhao
2021-02-25Add plugin vim-xkbswitchjdhao
2021-02-23Update fugitive mappingsjdhao
2021-02-23Add settings for YAMLjdhao
2021-02-23Update READMEjdhao
2021-02-23Add mappings for Markdownjdhao
Use + to turn lines to an unordered list quickly.
2021-02-21Add「直角引号」for Markdownjdhao
「」is useful when writing post in Chinese.
2021-02-21updatejdhao
2021-02-21Refactor the auto-quit logicjdhao
Also quit quickfix window if it is the only window left.
2021-02-20Update vimtex settingsjdhao
2021-02-20Update vim-fugitive settingsjdhao
Add mappings
2021-02-20Update vimtex settingsjdhao
2021-02-20Adjust quickfix window height automaticallyjdhao
2021-02-20Add augroup snippet for vim scriptjdhao
2021-02-20Update vimtex settingsjdhao
2021-02-18Update vim-grammarous settingsjdhao
Only enable its mapping in a Markdown file.
2021-02-18Update READMEjdhao
2021-02-17Move cursor color autocmd to autocommands scriptjdhao
2021-02-15updatejdhao
2021-02-15Update firenvim settingsjdhao
Fix font size issue, see https://github.com/glacambre/firenvim/issues/869.
2021-02-13Update LeaderF settingjdhao
Use default theme for popup window.
2021-01-31Update READMEjdhao
2021-01-29Update languagetool ignore rulesjdhao
2021-01-29Update LeaderF settingsjdhao
2021-01-27Update leaderf settingsjdhao
2021-01-27Update reference docsjdhao
2021-01-20Update isfname optionjdhao
Colon is a valid character for file path on Windows.
2021-01-20Update isfname optionjdhao
These characters should not be used in file names.
2021-01-17Merge branch 'master' of https://github.com/jdhao/nvim-configjdhao
2021-01-17Use two spaces per tab for YAMLjdhao
2021-01-17Use two spaces per tab for YAMLjdhao
2021-01-17Remove number from spell suggestionjdhao
It seems that adding number to the default spell suggestion (fast) will make Neovim super slow when we press z= for spell suggestions. Without that number, Neovim will be super responsive. See also vim/vim#4087.
2021-01-13Update markdown snippetsjdhao
2021-01-12updatejdhao
2021-01-12Fix bug for text object for the entire bufferjdhao
2021-01-10update spell filesjdhao