aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-03drop deoplete-jedi and jedi-vim, use LSP instead (powered by vim-lsp).jdhao
2020-11-03update gutentags settingsjdhao
2020-11-01update vim-startify settingsjdhao
2020-11-01update location for gutentags-generated tagsjdhao
2020-11-01enable airline gutentags extensionjdhao
2020-11-01exclude some files when using gutentags to generate the tag file.jdhao
This is the correct way.
2020-11-01update wildignore settingsjdhao
2020-11-01Disable gutentags for certain files.jdhao
2020-10-31update READMEjdhao
2020-10-31Hide the annoying ~ at the end of current buffer.jdhao
See also https://github.com/neovim/neovim/issues/2067.
2020-10-31move custom settings to core/ directoryjdhao
2020-10-31change happy_hacking colorscheme URLjdhao
2020-10-31Move vim-plug installation outside of config.jdhao
It is a one-time thing. Do not waste precious time checking it every time we start Nvim.
2020-10-29update init.vimjdhao
2020-10-29remove two mappingsjdhao
Rarely used, and ctrl-u conflict with an already defined mapping.
2020-10-29update fvim settingsjdhao
See also https://github.com/yatli/fvim/issues/164.
2020-10-28fix minor issuejdhao
2020-10-28update toast colorschemejdhao
2020-10-26move Vim learning resources to seprate filesjdhao
2020-10-23use arrowkeys to switch windowsjdhao
2020-10-23update doc on mappingsjdhao
2020-10-23update docjdhao
2020-10-23Use vim-mundo instead of undotree.jdhao
Undotree is unbearably slow for large number of undo changes. Vim-mundo is faster than undotree, though it is not that fast.
2020-10-23add git-messenger (show commit history for a line)jdhao
2020-10-22update colorschemejdhao
2020-10-21remove tagbarjdhao
2020-10-20Remove gotham, it is too dark for the eyejdhao
2020-10-20use monokai-tasty themejdhao
2020-10-20update leaderf settingjdhao
2020-10-19use local imagejdhao
2020-10-19change imagejdhao
2020-10-19add <C-U> in mappings that use command where appropriatejdhao
2020-10-19Use lua to generate random int.jdhao
2020-10-19updatejdhao
2020-10-19check for invalid colorschemejdhao
2020-10-18updatejdhao
2020-10-18refactor: change colorscheme config func logicjdhao
2020-10-18do not set colorscheme if user color scheme not foundjdhao
2020-10-18update theme settingsjdhao
2020-10-18update theme settingsjdhao
2020-10-18add neodark themejdhao
2020-10-18update themesjdhao
2020-10-18change plugin urljdhao
2020-10-18fix true color support issuejdhao
2020-10-18use random colorscheme on startupjdhao
2020-10-18add fun snippet for vim scriptjdhao
2020-10-17update mappingsjdhao
2020-10-17update mappingsjdhao
2020-10-17add gb mapping to switch buffersjdhao
2020-10-14update vim-tex configjdhao