aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2020-12-16Make a plugin for leaving insert modejdhao
2020-12-10remove sublimemonokai colorschemejdhao
Does not work well for markdown inline links.
2020-12-09add plugin vimSumjdhao
2020-12-07remove material.vim colorschemejdhao
Visual selection is barely visible.
2020-12-03updatejdhao
2020-12-03add humanoid color schemejdhao
2020-12-03remove prosession settingsjdhao
2020-12-02add humanoid colorschemejdhao
2020-12-02Remove vim-prosession (does not work well for me)jdhao
2020-12-02add plugins to manage session filesjdhao
2020-11-30No need to set background to dark (it is the default)jdhao
It also increases the Neovim startup time.
2020-11-28update colorscheme sublimemonokaijdhao
2020-11-28remove some color schemesjdhao
2020-11-28remove some plugins, they do not work well for markdownjdhao
2020-11-25updatejdhao
2020-11-25updatejdhao
2020-11-25only use vim-lsp-cxx-highlight if we have cclsjdhao
2020-11-25formatjdhao
2020-11-25update ALE and Neoformat settingsjdhao
Disable ALE for C++/C linting since we use ccls.
2020-11-25Initial support for C++jdhao
2020-11-24Using jk to escape insert mode without lagging.jdhao
See https://jdhao.github.io/2020/11/23/neovim_better_mapping_for_leaving_insert_mode/.
2020-11-21add text objects for entire bufferjdhao
2020-11-19update vista configjdhao
2020-11-16enable fuzzy completion for pylsjdhao
2020-11-14move function to autoload dirjdhao
2020-11-13update deoplete settingsjdhao
2020-11-12update vim-markdownfootnote settingsjdhao
2020-11-12Move text object to autoload directoryjdhao
2020-11-12update xmap for visual mode mappingsjdhao
2020-11-12handle multiple URL text objects in the same line.jdhao
2020-11-12Fall back to defaul URL detection if highlighturl not available.jdhao
2020-11-12feat: add iu text object for URL (no au provided)jdhao
Usage: select current URL: viu yank current URL: yiu delete/change current URL: diu/ciu
2020-11-10update signcolumn optionjdhao
For git project, diagnostics and git gutter sign may fight each other if sign column is not wide enough.
2020-11-09ignore font files in leaderfjdhao
2020-11-09more ignore filesjdhao
2020-11-09updatejdhao
2020-11-08refactor: move titlestring method to autoload dirjdhao
2020-11-08Do no show file time for not listed buffers.jdhao
2020-11-08change capital case variable to lower casejdhao
2020-11-08Add Vlime settingsjdhao
2020-11-06update vim-lsp settingsjdhao
2020-11-06Fix the issue that inccommand breaks one-line if-else statementjdhao
See also https://github.com/neovim/neovim/issues/8796
2020-11-06formattingjdhao
2020-11-05formattingjdhao
2020-11-05update vim-lsp settingjdhao
2020-11-05The correct setting for flake8 in pylsjdhao
2020-11-04set up vim-language-server for vim-lspjdhao
2020-11-03remove airline tagbar settingsjdhao
2020-11-03drop deoplete-jedi and jedi-vim, use LSP instead (powered by vim-lsp).jdhao
2020-11-03update gutentags settingsjdhao