mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 10:40:03 +08:00
update website
This commit is contained in:
parent
8d20e83af7
commit
bfbfc6fd0a
4
.gitignore
vendored
4
.gitignore
vendored
@ -7,4 +7,6 @@ doc/tags
|
||||
*-rplugin~
|
||||
*rplugin.vim
|
||||
/config/local.vim
|
||||
.SpaceVim.log
|
||||
.SpaceVim.logA
|
||||
docs/_site/*
|
||||
docs/Gemfile.lock
|
||||
|
@ -4,6 +4,7 @@ description: A community-driven Vim distribution
|
||||
show_downloads: false
|
||||
google_analytics: UA-89745542-1
|
||||
project_repo_url: https://github.com/SpaceVim/SpaceVim
|
||||
url: https://spacevim.org
|
||||
|
||||
permalink: /:title/
|
||||
|
||||
|
@ -90,13 +90,13 @@
|
||||
<p>{{ site.description | default: site.github.project_tagline }}</p>
|
||||
<hr>
|
||||
<p align="center">
|
||||
<b><a href="https://spacevim.org">Home</a></b> |
|
||||
<b><a href="https://spacevim.org/about">about</a></b> |
|
||||
<b><a href="https://spacevim.org/development">Development</a></b> |
|
||||
<b><a href="https://spacevim.org/community">Community</a></b> |
|
||||
<b><a href="https://spacevim.org/documentation">Documentation</a></b> |
|
||||
<b><a href="https://spacevim.org/blog">Blog</a></b> |
|
||||
<b><a href="https://spacevim.org/sponsors">Sponsors</a></b>
|
||||
<b><a href="{{ site.url }}">Home</a></b> |
|
||||
<b><a href="{{ site.url }}/about">about</a></b> |
|
||||
<b><a href="{{ site.url }}/development">Development</a></b> |
|
||||
<b><a href="{{ site.url }}/community">Community</a></b> |
|
||||
<b><a href="{{ site.url }}/documentation">Documentation</a></b> |
|
||||
<b><a href="{{ site.url }}/blog">Blog</a></b> |
|
||||
<b><a href="{{ site.url }}/sponsors">Sponsors</a></b>
|
||||
</p>
|
||||
<hr>
|
||||
</div>
|
||||
|
@ -0,0 +1,12 @@
|
||||
---
|
||||
title: "Install vim/neovim with python support"
|
||||
categories: tutorials
|
||||
excerpt: "How to build vim or neovim from source with python enabled?"
|
||||
---
|
||||
|
||||
|
||||
Installation of neovim/vim with python support:
|
||||
|
||||
> [neovim installation](https://github.com/neovim/neovim/wiki/Installing-Neovim)
|
||||
|
||||
> [Building Vim from source](https://github.com/Valloric/YouCompleteMe/wiki/Building-Vim-from-source)
|
@ -19,16 +19,3 @@ Try these SpaceVim hangouts for any questions, problems or comments.
|
||||
## Discuss
|
||||
|
||||
To report an issue or give feedback to the developers, please use the [issue tracker](https://github.com/SpaceVim/SpaceVim/issues).
|
||||
|
||||
## Blogs
|
||||
|
||||
<ul>
|
||||
{% for post in site.posts %}
|
||||
{% if post.categories contains "changelog" %}
|
||||
{% else %}
|
||||
<li>
|
||||
<a href="{{ post.url }}">{{ post.title }}</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
@ -4,48 +4,38 @@ title: "Home"
|
||||
|
||||
# Introduction
|
||||
|
||||
|
||||
[![Build Status](https://travis-ci.org/SpaceVim/SpaceVim.svg?branch=dev)](https://travis-ci.org/SpaceVim/SpaceVim)
|
||||
![Version 0.1.0-dev](https://img.shields.io/badge/version-0.1.0--dev-yellow.svg?style=flat-square)
|
||||
![Version 0.2.0-dev](https://img.shields.io/badge/version-0.2.0--dev-yellow.svg?style=flat-square)
|
||||
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://raw.githubusercontent.com/SpaceVim/SpaceVim/dev/LICENSE)
|
||||
[![Doc](https://img.shields.io/badge/doc-%3Ah%20SpaceVim-orange.svg?style=flat-square)](https://raw.githubusercontent.com/SpaceVim/SpaceVim/dev/doc/SpaceVim.txt)
|
||||
|
||||
![2017-02-05_1359x721](https://cloud.githubusercontent.com/assets/13142418/22622826/f88881a8-eb80-11e6-880b-b12e0430689a.png)
|
||||
|
||||
[SpaceVim](https://github.com/SpaceVim/SpaceVim) is a Modular configuration, a bundle of custom settings and plugins for Vim,
|
||||
here we call them layers, each layer has different plugins and config, users just need
|
||||
[SpaceVim](https://github.com/SpaceVim/SpaceVim) is a modular configuration for neovim and vim,
|
||||
here we call all of the modules layers, each layer has different plugins and config, users just need
|
||||
to select the layers they need. It got inspired by [spacemacs](https://github.com/syl20bnr/spacemacs). If you use SpaceVim,
|
||||
please star it on github. It's a great way of getting feedback and gives me the kick to
|
||||
put more time into development.
|
||||
|
||||
If you encounter any bugs or have feature requests, just open an issue
|
||||
report on Github.
|
||||
![2017-02-05_1359x721](https://cloud.githubusercontent.com/assets/13142418/22622826/f88881a8-eb80-11e6-880b-b12e0430689a.png)
|
||||
|
||||
For learning about Vim in general, read [vim-galore](https://github.com/mhinz/vim-galore).
|
||||
If you are new to vim, you should learning about Vim in general, read [vim-galore](https://github.com/mhinz/vim-galore).
|
||||
|
||||
[![Throughput Graph](https://graphs.waffle.io/SpaceVim/SpaceVim/throughput.svg)](https://waffle.io/SpaceVim/SpaceVim/metrics/throughput)
|
||||
## Install
|
||||
|
||||
# Install
|
||||
### Linux/Mac
|
||||
|
||||
## Linux/Mac
|
||||
If you are using linux or mac os, it is recommenced to use this command to install SpaceVim:
|
||||
|
||||
```sh
|
||||
curl -sLf https://spacevim.org/install.sh | bash
|
||||
```
|
||||
before use SpaceVim, you should install the plugin by `call dein#install()`
|
||||
|
||||
Installation of neovim/vim with python support:
|
||||
> [neovim installation](https://github.com/neovim/neovim/wiki/Installing-Neovim)
|
||||
|
||||
> [Building Vim from source](https://github.com/Valloric/YouCompleteMe/wiki/Building-Vim-from-source)
|
||||
|
||||
with this command, SpaceVim will be installed. all the plugins will be install automatically when first time run vim/nvim.
|
||||
for more info about the install script, please check:
|
||||
|
||||
```sh
|
||||
curl -sLf https://spacevim.org/install.sh | bash -s -- -h
|
||||
```
|
||||
|
||||
## windows support
|
||||
### windows support
|
||||
|
||||
- For vim in windows, please just clone this repo as vimfiles in you Home directory.
|
||||
by default, when open a cmd, the current dir is your Home directory, run this command in cmd.
|
||||
|
Loading…
Reference in New Issue
Block a user