You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.