Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wklken/vim-for-server
- Owner: wklken
- Created: 2014-10-26T03:14:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-09-01T08:12:26.000Z (about 2 years ago)
- Last Synced: 2024-07-31T12:08:07.675Z (3 months ago)
- Topics: server, server-side, simple, vim, vimrc, without-plugins
- Language: Vim script
- Size: 9.77 KB
- Stars: 604
- Watchers: 14
- Forks: 265
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- favorite-link - 。vimrc 简单配置,没有插件。
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