Giter Club home page Giter Club logo

vimsettings's Introduction

#How to use

Run ./setup.sh to install the plugins

가끔

git submodule foreach git pull origin master

를 통해서 서브모듈을 최신으로 맞춰주기

(The CoffeeScript / JavaScript indentation requires Vim 7.4)

Included Plugins

  1. auto-pairs : 자동으로 괄호 짝을 맞춰줌
  2. vim-surround : 요상한 단축키로 단어에 따옴표 / 괄호 씌우기 - http://www.vim.org/scripts/script.php?script_id=1697
  3. nerdcommenter : 블럭을 설정한 후 "\ + c + space" 로 주석 처리 - 필수!
  4. vim-snipmate : inc(tab) => #include <stdio.h>, main(tab) => int main(int argc, const char * argv[])... 등등으로 IDE에서나 볼 수 있던 고급 auto-completion 기능을 vim에서도! (vim-snippets에 auto-completion 리스트가 있음)
  5. syntastic : 소스를 저장하면 대충 컴파일해봐서 어디에 신택스 에러가 있는지 보여줌. Visual Studio의 IntelliSense같은 기능

Syntax Files

  1. html5-vim : HTML5 - HTML과 JavaScript
  2. vim-haml : HAML
  3. vim-less : LESS
  4. vim-scala : Scala
  5. vim-handlebars : Handlebars
  6. vim-rails : has_many 등등의 Rails 예약어 highlighting
  7. grunt.vim : Grunt의 Gruntfile syntax highlighting 및 각종 이상한 기능들
  8. vim-coffee-script : CoffeeScript
  9. vim-javascript : JavaScript
  10. vim-ruby : Ruby

Dependencies

  1. tlib_vim : Snipmate에 필요
  2. vim-addon-mw-utils : Snipmate에 필요
  3. vim-snippets : Snipmate에서 사용하는 snippets파일들

vimsettings's People

Contributors

serendipitydeity avatar e- avatar tantara avatar

Watchers

James Cloos avatar  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.