-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
init.toml not being applied #4936
Comments
I'm facing the same issue🤔 |
Same here, can't seem to pinpoint the cause - the |
sorry, I can not reproduce it, it works well for me, and I am using neovim 0.10.0 |
i am using VIM - Vi IMproved 9.0. SpaceVim is master(f49958d) the
init.toml file
|
I do not know why, but the test for vim is successed, the vader file is: https://github.com/SpaceVim/SpaceVim/blob/master/test/lua/data/toml.vader and this: https://github.com/SpaceVim/SpaceVim/blob/master/test/api/data/toml.vader |
it has a wrong with vim's matchend function, seems not recognized '\n'. it's normal to use neovim. (but need to modify vim also can be used normally when the |
I had the same issue. There was another init.toml overriding my init.toml in Did a manual installation, did not use the installer. VIM - Vi IMproved 9.0 |
Expected behavior.
Add layers and config options to
$HOME/.SpaceVim.d/init.toml
and have them be applied on restart.The reproduce ways from Vim starting.
init.toml
and add layers and config options (see below)colorscheme
orfzf
shortcuts available, line numbers still relative)Output of the
:SPDebugInfo!
SpaceVim debug information
SpaceVim options :
SpaceVim layers :
SpaceVim Health checking :
SpaceVim clipboard support check report:
Checking +clipboard:
SUCCEED!
SpaceVim environment check report:
Current progpath: vim(vim)
version: 900
OS: mac
[shell, shellcmdflag, shellslash]: ['/bin/zsh', '-c', 0]
SpaceVim lua support check report:
Checking +lua:
Failed : to support +lua, you need recompile your vim with +lua support.
SpaceVim python support check report:
Checking +python3:
Failed : to support +python3, Please install vim-gtk, or build from sources.
Checking +python:
Failed : to support +python, Please install vim-gtk, or build from sources.
Checking SpaceVim layer health:
autocomplete
:okcheckers
:okformat
:okedit
:okui
:okcore
:okcore#banner
:okcore#statusline
:okcore#tabline
:okSpaceVim runtime log :
The text was updated successfully, but these errors were encountered: