-
## Expected behavior, english is required
Pressing the `tab` key should jump the focus from window to window. From edit buffer to the file navigation for instance.
## The reproduce ways from V…
-
## Actual behavior (Required!)
![image](https://user-images.githubusercontent.com/75189112/124352131-6ea9ed80-dbf6-11eb-88b4-ce9e9e31a428.png)
## Expected behavior (Required!)
I don't expect an…
-
## Expected behavior
`SPC l s i` should open a Clojure REPL when run with a Clojure file open.
## Actual behavior
Instead, a new REPL window appears showing the following error:
```
[REPL exe…
-
Performing Rust code completion with YCM enabled generates an error
## Expected behavior, english is recommend
## Environment Information
- OS: linux
- vim version: 8.1.2269
- neovim versio…
-
I successfully run `bash
-
## Load nvim without errors. The error does not happen with vim
## It always happens, just run the nvim command
## Debug info
SpaceVim debug information
### SpaceVim options :
```…
-
request `find_project_files` feature.
Same as `find_files` but from current file's project directory.
Just like nvim-lspconfig how to figure out project root:
`root_dir = root_pattern("package.json…
-
SpaceVim does not expand tabs for multiple files. User has to navigate using next and prev commands instead.
## Expected behavior, english is required
Tabs must be visible at top of view for mult…
-
```
-- paq.nvim automatic install
local install_path = vim.fn.stdpath("data") .. "/site/pack/paq/opt/paq-nvim"
if vim.fn.empty(vim.fn.glob(install_path)) > 0 then
vim.cmd("!git clone h…
ghost updated
3 years ago
-
## Expected behavior
I'm following this doc to try to setup IDE functionality for Rust: https://spacevim.org/use-vim-as-a-rust-ide/ After initially running into an issue where I did not have `evcxr…