aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
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
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-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