liuchengxu / space-vim

:four_leaf_clover: Lean & mean spacemacs-ish Vim distribution
https://liuchengxu.github.io/space-vim/
MIT License
2.86k stars 255 forks source link

Can't enable any layers or plugins and changing .spacevim does nothing. #380

Closed chanleii closed 5 years ago

chanleii commented 5 years ago

Environment

Please complete these steps and check these boxes (by putting an x inside the brackets) before filing your issue:

Put the contents of :version below:

VIM - Vi IMproved 8.1 (2018 May 17, compiled May 31 2018 11:16:13)
Inkluderade patchar: 1-22
Kompilerad av <alexpux@gmail.com>
Enorm version utan GUI.  Funktioner inkluderade (+) eller inte (-):
+acl               +farsi             +mouse_sgr         -tag_any_white
+arabic            +file_in_path      -mouse_sysmouse    -tcl
+autocmd           +find_in_path      +mouse_urxvt       +termguicolors
-autoservername    +float             +mouse_xterm       +terminal
-balloon_eval      +folding           +multi_byte        +terminfo
+balloon_eval_term -footer            +multi_lang        +termresponse
-browse            +fork()            -mzscheme          +textobjects
++builtin_terms    +gettext           +netbeans_intg     +timers
+byte_offset       -hangul_input      +num64             +title
+channel           +iconv             +packages          -toolbar
+cindent           +insert_expand     +path_extra        +user_commands
-clientserver      +job               +perl/dyn          +vertsplit
+clipboard         +jumplist          +persistent_undo   +virtualedit
+cmdline_compl     +keymap            +postscript        +visual
+cmdline_hist      +lambda            +printer           +visualextra
+cmdline_info      +langmap           +profile           +viminfo
+comments          +libcall           +python/dyn        +vreplace
+conceal           +linebreak         +python3/dyn       +wildignore
+cryptv            +lispindent        +quickfix          +wildmenu
+cscope            +listcmds          +reltime           +windows
+cursorbind        +localmap          +rightleft         +writebackup
+cursorshape       -lua               +ruby/dyn          -X11
+dialog_con        +menu              +scrollbind        -xfontset
+diff              +mksession         +signs             -xim
+digraphs          +modify_fname      +smartindent       -xpm
-dnd               +mouse             +startuptime       -xsmp
-ebcdic            -mouseshape        +statusline        -xterm_clipboard
+emacs_tags        +mouse_dec         -sun_workshop      -xterm_save
+eval              -mouse_gpm         +syntax
+ex_extra          -mouse_jsbterm     +tag_binary
+extra_search      +mouse_netterm     +tag_old_static
   system-vimrc-fil: "/etc/vimrc"
     användar-vimrc-fil: "$HOME/.vimrc"
 Andra användar-vimrc-fil: "~/.vim/vimrc"
      användar-exrc-fil: "$HOME/.exrc"
       defaults file: "$VIMRUNTIME/defaults.vim"
  reserv för $VIM: "/etc"
 reserv för $VIMRUNTIME: "/usr/share/vim/vim81"
Kompilering: gcc -c -I. -Iproto -DHAVE_CONFIG_H   -I/usr/include/ncursesw  -march=x86-64 -mtune=generic -O2 -pipe -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
Länkning: gcc   -L. -pipe -fstack-protector -pipe -Wl,--as-needed -o vim.exe       -lm    -lncursesw -liconv -lacl -lintl   -Wl,--enable-auto-import -Wl,--export-all-symbols -Wl,--enable-auto-image-base -fstack-protector-strong  -L/usr/lib/perl5/core_perl/CORE -lperl -lpthread -ldl -lcrypt

Problem Description

I can't change or enable anything through .spacevim. Any changes i make does not register when i run Vim. Neither plugins or layers besides from the default ones work. I've tried to run PlugInstall and LayerStatus but nothing happens, it just says the same thing like the screenshots.

gvim_2018-12-25_02-05-34

gvim_2018-12-25_02-04-55

liuchengxu commented 5 years ago

Don't edit init.spacevim, which is a space-vim config template. When you install space-vim successfully, .spacevim will be generated in your home directory.

You should edit ~/.spacevim to configure space-vim. See https://github.com/liuchengxu/space-vim#customize .