Spacevim: CTRLP will not refresh it's file cache with <F5>

Created on 28 Mar 2017  Â·  4Comments  Â·  Source: SpaceVim/SpaceVim

Expected behavior, english is recommend

ctrlp should be able to find a list of files with <F5> --- it flashes like it's going to find stuff, but does nothing...

ss

Environment Information

  • OS: OSX (has AG installed)
$ uname -a
Darwin alan.middleearth 15.6.0 Darwin Kernel Version 15.6.0: Mon Jan  9 23:07:29 PST 2017; root:xnu-3248.60.11.2.1~1/RELEASE_X86_64 x86_64 i386 MacBookPro11,5 Darwin
$ ag --version
ag version 1.0.2

Features:
  +jit +lzma +zlib
  • neovim version:
$ vim --version
NVIM 0.1.7
Build type: RelWithDebInfo
Compilation: /usr/local/Homebrew/Library/Homebrew/shims/super/clang -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -DINCLUDE_GENERATED_DECLARATIONS -DHAVE_CONFIG_H -I/tmp/neovim-20170109-13192-2e3pqy/neovim-0.1.7/build/config -I/tmp/neovim-20170109-13192-2e3pqy/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170109-13192-2e3pqy/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170109-13192-2e3pqy/neovim-0.1.7/build/include
Compiled by [email protected]

Optional features included (+) or not (-): +acl   +iconv    +jemalloc +tui
For differences from Vim, see :help vim-differences

   system vimrc file: "$VIM/sysinit.vim"
  fall-back for $VIM: "/usr/local/Cellar/neovim/0.1.7/share/nvim"

NOTE: I also tried putting this into my .SpaceVim.d/init.vim file (copied from my old vimrc)

let g:ctrlp_user_command = 'cd %s && git ls-files -co --exclude-standard'

Sadly, that didn't work either...

Suggestions?

The reproduce ways from Vim starting (Required!)

<F5>

Output of the ":message" command, and ":echo SpaceVim#logger#viewLog()"

SpaceVim Options :

g:spacevim_enable_os_fileformat_icon = 0
g:spacevim_leader_guide_position = 'botright'
g:spacevim_version = '0.2.0-dev'
g:spacevim_force_global_config = 0
g:spacevim_smartcloseignoreft = ['help']
g:spacevim_default_indent = 2
g:spacevim_enable_javacomplete2_py = 0
g:spacevim_colorscheme_default = 'desert'
g:spacevim_warning_symbol = 'âš '
g:spacevim_simple_mode = 0
g:spacevim_colorscheme = 'gruvbox'
g:spacevim_enable_guicolors = 1
g:spacevim_custom_plugins = [['mxw/vim-jsx', {'on_ft': ['javascript']}], ['othree/jspc.vim', {'on_ft': ['javascript']}], ['pangloss
/vim-javascript', {'on_ft': ['javascript']}], ['jelera/vim-javascript-syntax', {'on_ft': ['javascript']}], ['1995eaton/vim-better-j
avascript-completion', {'on_ft': ['javascript']}], ['justinj/vim-react-snippets', {'on_ft': ['javascript']}], ['othree/javascript-l
ibraries-syntax.vim', {'on_ft': ['javascript']}], ['slashmili/alchemist.vim', {'on_ft': 'elixir'}]]
g:spacevim_leader_guide_submode_mappings = {'<C-C>': 'win_close'}
g:spacevim_buffer_index_type = 0
g:spacevim_hiddenfileinfo = 1
g:spacevim_plugin_manager = 'dein'
g:spacevim_error_symbol = '✖'
g:spacevim_vim_plug_installed = 0
g:spacevim_windows_leader = '_'
g:spacevim_wildignore = '*/tmp/*,*.so,*.swp,*.zip,*.class,tags,*.jpg,*.ttf,*.TTF,*.png,*/target/*,.git,.svn,.hg,.DS_Store,*.svg'
g:spacevim_use_colorscheme = 1
g:spacevim_enable_cursorcolumn = 0
g:spacevim_enable_neocomplcache = 0
g:spacevim_leader_guide_sort_horizontal = 0
g:spacevim_enable_vimfiler_welcome = 1
g:spacevim_max_column = 80
g:spacevim_enable_debug = 0
g:spacevim_smartcloseignorewin = ['__Tagbar__', 'vimfiler:default']
g:spacevim_vim_help_language = 'en'
g:spacevim_lint_on_save = 1
g:spacevim_dein_installed = 1
g:spacevim_autocomplete_method = 'deoplete'
g:spacevim_unite_leader = '-'
g:spacevim_enable_ycm = 0
g:spacevim_enable_tabline_filetype_icon = 0
g:spacevim_enable_powerline_fonts = 1
g:spacevim_plugin_groups_exclude = []
g:spacevim_neobundle_installed = 0
g:spacevim_disabled_plugins = []
g:spacevim_leader_guide_max_size = 0
g:spacevim_guifont = ''
g:spacevim_plugin_groups = ['web', 'lang', 'edit', 'ui', 'tools', 'checkers', 'format', 'chat', 'git', 'javascript', 'ruby', 'pytho
n', 'scala', 'lang#go', 'lang#markdown', 'scm', 'editing', 'indents', 'navigation', 'misc', 'core', 'unite', 'github', 'denite', 'c
trlp', 'autocomplete', 'nvim', 'osx', 'colorscheme']
g:spacevim_leader_guide_flatten = 1
g:spacevim_sidebar_width = 30
g:spacevim_enable_cursorline = 0
g:spacevim_enable_googlesuggest = 0
g:spacevim_language = ''
g:spacevim_enable_neomake = 1
g:spacevim_plugin_bundle_dir = '/Users/alan/.cache/vimfiles/'
g:spacevim_leader_guide_run_map_on_popup = 1
g:spacevim_hosts_url = 'https://raw.githubusercontent.com/racaljk/hosts/master/hosts'
g:spacevim_leader_guide_default_group_name = ''
g:spacevim_terminal_cursor_shape = 2
g:spacevim_altmoveignoreft = ['Tagbar', 'vimfiler']
g:spacevim_leader_guide_vertical = 0
g:spacevim_realtime_leader_guide = 0
g:spacevim_leader_guide_hspace = 5
g:spacevim_denite_leader = 'F'
g:spacevim_checkinstall = 0
g:spacevim_plugin_name = 'gruvbox'
g:spacevim_debug_level = 1
g:spacevim_filemanager = 'vimfiler'
g:spacevim_src_root = 'E:\sources\'

SpaceVim Health checking :

SpaceVim clipboard support check report:
Checking +clipboard:
SUCCEED!
SpaceVim environment check report:
Current progpath: nvim(nvim)
version: 704
OS: OSX
SpaceVim lua support check report:
Checking +lua:
Failed : Known issue, neovim do not support lua now.
SpaceVim python support check report:
Checking +python3:
SUCCEED!
Checking +python:
SUCCEED!

SpaceVim runtime log :

[ SpaceVim ] : logger file /Users/alan/.SpaceVim/.SpaceVim.log does not exists, only log for current process will be shown!

Most helpful comment

your vim has no py support? ctrlp use pymatch for filter files, ok, I will add a check for +python support.

All 4 comments

your vim has no py support? ctrlp use pymatch for filter files, ok, I will add a check for +python support.

thanks!

my nvim/vim does have python and python3 --- should it have something else too? recommendations?

em, with the latest version of SpaceVim, do your ctrlp works well?
I think it is issue with https://github.com/FelikZ/ctrlp-py-matcher in neovim.

yes - after a git pull in .SpaceVim my ctrlp _just works_ -- thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

wsdjeg picture wsdjeg  Â·  3Comments

onerciller picture onerciller  Â·  5Comments

wsdjeg picture wsdjeg  Â·  3Comments

keai4le picture keai4le  Â·  4Comments

jeremyf21 picture jeremyf21  Â·  5Comments