1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 06:30:03 +08:00
SpaceVim/docs/_posts/2018-09-28-use-vim-as-ide.md
2018-10-02 21:04:30 +08:00

1.4 KiB

title categories excerpt type comments commentsID
Use Vim as IDE
blog
A general guide for using SpaceVim as general IDE BlogPosting true Use Vim as IDE

Blogs >> Use Vim as IDE

This is a general guide for using SpaceVim as IDE. including following sections:

Installation

SpaceVim is a Vim configuration, so you need to install vim or neovim, here is a guide for installing neovim and vim8 with +python3 feature.

after installing Vim, following the quick start guide to install SpaceVim,

Default UI

default UI

Fuzzy finder

SpaceVim provides 5 fuzzy finder layer, they are unite, denite, fzf, leaderf and ctrlp. To use fuzzy finder feature, you need to enable a fuzzy finder layer. for example enable denite layer:

[[layers]]
name = "denite"

Files and Windows

The windows ID will be shown on the statusline, and users can use SPC + number to jump to specific windows, the buffer id or tabpage id will be shown on the tabline. To jump to specific tab, you can use Leader + number the default leader in SpaceVim is \.