-
## Expected behavior
I changed init.toml, commentd custom_plugins.
```
[[custom_plugins]]
name = 'Tokubara/neoterm'
```
Then I restarted spacevim, the plugin is still in effect.
After 2…
-
## Expected behavior, english is recommend
while editing a lisp source code, `[SPC] l I ` should evaluate the s-expr instead I get `Vim(call):E117: Unknown function: VlimeInspect`
This is not…
-
## Expected behavior, english is recommend
1. create following file "main.py" on empty folder
```python
def main():
v1 = 1
if v1 == 2:
print(v1)
if v1 == 2:
print(v…
-
## The reproduce ways from Vim starting
With Neovim the autocomplete breaks (no suggestions) when the UI layer is loaded. I narrowed down the issue at line [293:306 of ui.vim](https://github.com/Spa…
-
## Expected behavior, english is recommend
- `spc g h a` have different function when github and git layer installed but this is not documented on [git layer page](https://spacevim.org/layers/git…
-
## Expected behavior, english is required
Jump to definition
## The reproduce ways from Vim starting (Required!)
Open any PHP project with nvim, try to go to definition
## Output of the `:SPDe…
-
## Expected behavior, english is required
i want jump to declaration while press the gd command.
## The reproduce ways from Vim starting (Required!)
vim main.py which has the follow content:
…
-
## Expected behavior, english is recommend
This isn't exactly a bug, more of a config/documentation issue. I would expect to get a warning message in `:checkhealth` and maybe have a mention in the …
-
## Expected behavior, english is recommend
When SpaceVim is started via "nvim" with no arguments SpaceVim should display the Startify screen and filemanager pane.
## Environment Information
- O…
-
## The have installed javacomplete2 using vim-plug and I have my vim using +python3.
The plugin status is OK but still javacomplete2 is not autocompleting anything.
I expected it to auto-complet…