SpaceVim is a community-driven vim distribution that seeks to provide layer feature, especially for neovim.
Questions tagged [spacevim]
29 questions
3
votes
1 answer
Search text inside all files in all directories (and subdirectories) in project with SpaceVim
So I just started using Neovim/Spacevim, and it's so awesome!
I am still getting used to everything, since I have never used Vim or anything like that before.
My question revolves around searching for particular text in all the files of the…

Lushmoney
- 412
- 11
- 26
3
votes
1 answer
SpaceVim jdt-language-server-latest
I am using SpaceVim as Java IDE, just for fun. While configuring ISP, a nice-to-have allowing to fully enjoy many of IDEs' typical features, I found that the following windows based step:
[[layers]]
name = "lsp"
filetypes = [
"java"
]
…

Worice
- 3,847
- 3
- 28
- 49
3
votes
1 answer
How to jsx format supported in spacevim editor?
My spacevim config file: init.toml
[[layers]]
name = "lang#javascript"
auto_fix = true
enable_flow_syntax = true

Erdal
- 64
- 9
3
votes
0 answers
How to get tpope/vim-rails gf command to work with SpaceVim
I am using SpaceVim as Ruby on Rails IDE and installed the tpope/vim-rails plugin. However, the other commands like :Econtroller, :Emodel, :find, commands are working just fine but the gf command provided by this plugin is not working in…

Bipin Manandhar
- 105
- 11
2
votes
0 answers
How to set Neovim+SpaceVim to syntax highlight Hugo (markdown, TOML, Go+HTML, CSS) files?
I am on Manjaro using Neovim and SpaceVim vanilla installations. The editor works fantastically well.
Since I am new to vim-style editing, I do not want to mess my configuration. Yet I'm not very savvy about how to add plugins to Neovim+SpaceVim.
I…

LobaLuna
- 121
- 5
2
votes
0 answers
gocode binary not found spacevim
Summarize the Problem
I want to make the following error clear.
Spacevim was installed using neovim. Later, in Spacevim, a go layer was added.
If you input anything after running gofile, the following error occurs.
I think it is an error that the…

전종혁
- 21
- 1
2
votes
2 answers
Space Vim does not acknoledge header file in other folder
Sorry for asking a noob question.
So I am using SpaceVim to write Arduino code. The source code is in Project/src, and the libraries are in Project/lib. I had an include in my main file that includes a library in the lib folder, but SpaceVim does…

General Lol
- 57
- 6
2
votes
2 answers
decoding vim syntastic symbols in `spacevim`
I hate asking a question like this, but am still rather new to vim and the Spacevim variant that I am using.
I am working in python and was trying to understand the different symbols that vim-syntastic is presenting the the leftmost column. I have…

krishnab
- 9,270
- 12
- 66
- 123
1
vote
0 answers
SpaceVim: Error when installing [[custom_plugins]]: vimL function must not be called in a lua loop callback
I'm giving SpaceVim a try.
I want to install the following plugin (lewis6991/gitsigns.nvim)
I get the following error:
Error executing luv callback:
.../lewis6991/gitsigns.nvim/lua/gitsigns/async.lua:67: The coroutine failed with this message:…

OlivierLarue
- 2,234
- 27
- 28
1
vote
0 answers
Neovim/Spacevim - Display Function/Method Name Cursor is Located in
I recently switched to using Neovim/Spacevim, and it's freakin' awesome! I have been trying to change some settings and install plugins to emulate as close as possible to my previous VSCode development environment.
I'm nearly there, except the only…

Lushmoney
- 412
- 11
- 26
1
vote
1 answer
how to map 'Esc' key to 'jk' in spacevim
how can I map 'esc' key to 'jk' or 'jj' in spacevim? What is the configuration file for spacevim. Is there any legendary spacevim config you can share?

Emad Baqeri
- 2,333
- 2
- 14
- 29
1
vote
1 answer
How do I add an escape key sequence to SpaceVim.d/init.toml
I'm a Spacemacs user and I am trying SpaceVim for the first time.
There are a couple of settings I would like to port over.
I use ",." to escape, with a delay of half a second, as shown in my Spacemacs config:
(setq-default…

user619882
- 350
- 3
- 13
1
vote
1 answer
Figuring out why keybinding is not working in vim
I installed SpaceVim to test it out and ; (semicolon) is not working. :nmap ; says "No mapping found". The thing is I could not find where it is unmapped in the source. Are there different ways to re/un-map a key in vim and how should I go about…

levant pied
- 3,886
- 5
- 37
- 56
1
vote
1 answer
SpaceVim undefined symbol: PyUnicode_FromFormat
I am trying to use SpaceVim as my IDE. I install SpaceVim with
curl -sLf https://spacevim.org/install.sh | bash
Then I use
vim test.py
to make sure it works. Everything is OK when I first use command vim after it installed
However,when I use vim…

lyricpoem
- 23
- 5
1
vote
1 answer
Using SpaceVim on neovim and MacVim and can't get location of plugin script
I've tried all the solutionshttps://stackoverflow.com/questions/4976776/how-to-get-path-to-the-current-vimscript-being-executed/53274039#53274039 which was posted 7 years ago and none are working for me in the current (2018) MacVim (8.1) or neovim…

Richard Guay
- 335
- 2
- 10