Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wklken/vim-for-server

.vimrc, simple configures for server, without plugins.
https://github.com/wklken/vim-for-server

server server-side simple vim vimrc without-plugins

Last synced: 10 days ago
JSON representation

.vimrc, simple configures for server, without plugins.

Awesome Lists containing this project

README

        

vim-for-server
==============

.vimrc, simple configures for server, without plugins.

# Introduction

This repository is a simplified version of [k-vim](https://github.com/wklken/k-vim)

Just remove all plugins, keep basic config.

# Screenshot

![screenshot](https://raw.githubusercontent.com/wklken/gallery/master/vim/vim-for-server.png)

# Install

#### 1. backup your old .vimrc if it is necessary

```
cp ~/.vimrc ~/.vimrc_bak
```

#### 2. just get the file

recommend
```
curl https://raw.githubusercontent.com/wklken/vim-for-server/master/vimrc > ~/.vimrc
```
or use git

```
git clone https://github.com/wklken/vim-for-server.git
ln -s vim-for-server/vimrc ~/.vimrc
```

#### 3. Done, enjoy it

# Donation

You can Buy me a coffee:) [link](http://www.wklken.me/pages/donation.html)

------------------------
------------------------

wklken

Email: [email protected]

Github: https://github.com/wklken

Blog: [http://www.wklken.me](http://www.wklken.me)

2014-10-26 ShenZhen