1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 23:00:04 +08:00

update website

This commit is contained in:
wsdjeg 2017-02-20 22:05:01 +08:00
parent 8d20e83af7
commit bfbfc6fd0a
6 changed files with 33 additions and 41 deletions

4
.gitignore vendored
View File

@ -7,4 +7,6 @@ doc/tags
*-rplugin~ *-rplugin~
*rplugin.vim *rplugin.vim
/config/local.vim /config/local.vim
.SpaceVim.log .SpaceVim.logA
docs/_site/*
docs/Gemfile.lock

View File

@ -4,6 +4,7 @@ description: A community-driven Vim distribution
show_downloads: false show_downloads: false
google_analytics: UA-89745542-1 google_analytics: UA-89745542-1
project_repo_url: https://github.com/SpaceVim/SpaceVim project_repo_url: https://github.com/SpaceVim/SpaceVim
url: https://spacevim.org
permalink: /:title/ permalink: /:title/

View File

@ -90,13 +90,13 @@
<p>{{ site.description | default: site.github.project_tagline }}</p> <p>{{ site.description | default: site.github.project_tagline }}</p>
<hr> <hr>
<p align="center"> <p align="center">
<b><a href="https://spacevim.org">Home</a></b> | <b><a href="{{ site.url }}">Home</a></b> |
<b><a href="https://spacevim.org/about">about</a></b> | <b><a href="{{ site.url }}/about">about</a></b> |
<b><a href="https://spacevim.org/development">Development</a></b> | <b><a href="{{ site.url }}/development">Development</a></b> |
<b><a href="https://spacevim.org/community">Community</a></b> | <b><a href="{{ site.url }}/community">Community</a></b> |
<b><a href="https://spacevim.org/documentation">Documentation</a></b> | <b><a href="{{ site.url }}/documentation">Documentation</a></b> |
<b><a href="https://spacevim.org/blog">Blog</a></b> | <b><a href="{{ site.url }}/blog">Blog</a></b> |
<b><a href="https://spacevim.org/sponsors">Sponsors</a></b> <b><a href="{{ site.url }}/sponsors">Sponsors</a></b>
</p> </p>
<hr> <hr>
</div> </div>

View File

@ -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)

View File

@ -19,16 +19,3 @@ Try these SpaceVim hangouts for any questions, problems or comments.
## Discuss ## Discuss
To report an issue or give feedback to the developers, please use the [issue tracker](https://github.com/SpaceVim/SpaceVim/issues). 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>

View File

@ -4,48 +4,38 @@ title: "Home"
# Introduction # Introduction
[![Build Status](https://travis-ci.org/SpaceVim/SpaceVim.svg?branch=dev)](https://travis-ci.org/SpaceVim/SpaceVim) [![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) [![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) [![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 for neovim and vim,
here we call all of the modules layers, each layer has different plugins and config, users just need
[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
to select the layers they need. It got inspired by [spacemacs](https://github.com/syl20bnr/spacemacs). If you use SpaceVim, 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 please star it on github. It's a great way of getting feedback and gives me the kick to
put more time into development. put more time into development.
If you encounter any bugs or have feature requests, just open an issue ![2017-02-05_1359x721](https://cloud.githubusercontent.com/assets/13142418/22622826/f88881a8-eb80-11e6-880b-b12e0430689a.png)
report on Github.
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 ```sh
curl -sLf https://spacevim.org/install.sh | bash curl -sLf https://spacevim.org/install.sh | bash
``` ```
before use SpaceVim, you should install the plugin by `call dein#install()` with this command, SpaceVim will be installed. all the plugins will be install automatically when first time run vim/nvim.
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)
for more info about the install script, please check: for more info about the install script, please check:
```sh ```sh
curl -sLf https://spacevim.org/install.sh | bash -s -- -h 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. - 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. by default, when open a cmd, the current dir is your Home directory, run this command in cmd.