Coder Social home page Coder Social logo

cch_vim's Introduction

Another Vim Configuration

  • Fork from Kaochenlong/cch

教學請見:(By 高見龍 Ediie Kao) 播放清單:https://ubin.io/vim

我的設定檔

設定完整功能基本上來自於Kaochenlong/cch,我這邊改成以PHP以及Python developer會使用的版本

(畫面來自於高見龍cch project) screenshot

方法一:手動安裝

先備份原本的 .vimrc.gvimrc 以及 .vim 目錄,然後進行以下程序:

$ cd ~
$ git clone https://github.com/Walile/cch_vim.git .vim
$ ln -s .vim/vimrc .vimrc
$ ln -s .vim/gvimrc .gvimrc

最後開啟 Vim,並執行 :PlugInstall 指令安裝外掛程式。

方法二:快速安裝

如果你信得過我的話,你可以在終端機環境直接貼上並執行以下這段程式:

  1. 使用 curl
$ sh <(curl -L https://github.com/Walile/cch_vim/raw/master/utils/install.sh)
  1. 使用 wget
$ sh <(wget --no-check-certificate https://github.com/Walile/cch_vim/raw/master/utils/install.sh -O -)

快捷鍵設定

  • F2 啟動/關閉 NERDTree 視窗
  • F3 啟動/關閉 Tagbar 視窗
  • F5 執行程式(Ruby / JavaScript)
  • Leader key = ,

使用套件

外掛管理

編輯器功能加強

一般開發

PHP/Laravel 開發

配色

字型

有任何問請請發PR或聯絡我... by Walile @

cch_vim's People

Contributors

walile avatar kaochenlong avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.