aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2021-07-06update register.nvim settingsjdhao
2021-07-05update register.nvim settingsjdhao
See also https://github.com/tversteeg/registers.nvim/issues/30.
2021-07-05Add plugin register.nvimjdhao
2021-07-04Add colorscheme nordjdhao
2021-07-02switch to packer for plugin managementjdhao
2021-06-26update better-escape.vim settingsjdhao
2021-06-26clean mappingsjdhao
2021-06-26Switch to clangd for nvim-lspjdhao
ccls has some false positive warnings, and it is hard to install on Linux server without roor rights.
2021-06-19Update mappings.vimjdhao
2021-05-15Update vim-airline settingsjdhao
Disable the scrollbar feature. It is distracting. Ref: https://github.com/vim-airline/vim-airline/commit/ecac148e19fe28d0f13af5f99d9500c2eadefe4c
2021-04-21update indent-blankline settingsjdhao
2021-04-14Remove cursorlinejdhao
2021-04-14Tweak lua stuffjdhao
2021-04-13update vim-fugitive settingsjdhao
2021-04-13Add more pluginsjdhao
2021-04-12Move lua config to its own lua filesjdhao
Embedding lua in vimscript using lua here doc is not ideal for editing.
2021-04-11Make nvim-compe setting all luajdhao
For lua plugins, configuring them in lua instead of vim script is sensible.
2021-04-09update nvim-lsp configjdhao
2021-04-09Disable unused providerjdhao
2021-04-09update nvim-compe settingsjdhao
2021-04-08remove plugin emmet.vimjdhao
Rarely used.
2021-04-08update nvim-lsp configjdhao
2021-04-07update nvim-lsp related settingsjdhao
2021-04-06Use nvim builtin lsp instead of vim-lspjdhao
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-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-20Update vimtex settingsjdhao
2021-02-18Update vim-grammarous settingsjdhao
Only enable its mapping in a Markdown file.
2021-02-17Move cursor color autocmd to autocommands scriptjdhao
2021-02-15Update firenvim settingsjdhao
Fix font size issue, see https://github.com/glacambre/firenvim/issues/869.