Skip to content

0.8.0

Latest
Compare
Choose a tag to compare
@liuchengxu liuchengxu released this 02 Jun 07:46
· 247 commits to master since this release

Added

  • core/autoload/spacevim/plug/youcompleteme.vim: keep the config.vim of ycmd layer as concise as possible.
  • defer loading YouCompleteMe via timer if possible.
  • cscope layer. Fix #130.
  • vim-pythonsense, traces.vim, quick-scope and vim-gutentags.
  • add SPC p s for searching everything under your project, depending on FindRootDirectory provided by vim-rooter, if not, detecting whether in a git project.
  • add SPC p f for searching files under a project.

Changed

  • If the related layers are not enabled, finish loading the files under core/ftplugin.
  • disable gui colors in the template init.spacevim by default.

Removed

  • a bunch of global variables, like g:spacevim_nvim, g:spacevim_vim8, g:spacevim_tmux, have been moved to g:spacevim, which is dictionary containing the information used rarely by users.
  • SimpylFold, fzf-filemru.