GithubHelp home page GithubHelp logo

Comments (5)

MoyanXiao avatar MoyanXiao commented on July 24, 2024

Do you use Snipmate? This plugin conflicts with supertab and need some
configs.

On Wed, Apr 10, 2013 at 6:45 PM, noodles [email protected] wrote:


Reply to this email directly or view it on GitHubhttps://github.com//issues/17
.

Best Wishes.

Moyan Xiao

Shanghai Jiao Tong University(SJTU)

Shanghai, P.R.China

Tel:(+86)137 7430 6506

E-mail : [email protected] [email protected]

from vimrc.

noodles-v6 avatar noodles-v6 commented on July 24, 2024

Do you use Snipmate? This plugin conflicts with supertab and need some

@MoyanXiao
yes, I do. But I haven't got the solution.

from vimrc.

MoyanXiao avatar MoyanXiao commented on July 24, 2024
  1. make sure that the snipmate and supertabe is the latest version
  2. add the following line in the .vimrc:
    let g:SuperTabDefaultCompletionType = "context"

the reason is that snipmate and supertab use the as the mapkey

On Thu, Apr 11, 2013 at 10:32 AM, noodles [email protected] wrote:

Do you use Snipmate? This plugin conflicts with supertab and need some

@MoyanXiao https://github.com/MoyanXiao
yes, I do. But I haven't got the solution.


Reply to this email directly or view it on GitHubhttps://github.com//issues/17#issuecomment-16222466
.

Best Wishes.

Moyan Xiao

Shanghai Jiao Tong University(SJTU)

Shanghai, P.R.China

Tel:(+86)137 7430 6506

E-mail : [email protected] [email protected]

from vimrc.

noodles-v6 avatar noodles-v6 commented on July 24, 2024

I got it from http://stackoverflow.com/questions/1687252/with-vim-use-both-snipmate-and-pydiction-together-share-the-tab-key

and there is a code snippet in the after/plugin/snipMate.vim

" This is put here in the 'after' directory in order for snipMate to override
" other plugin mappings (e.g., supertab).
"
" To adjust the tirgger key see (:h snipMate-trigger)
"
if !exists('g:snips_trigger_key')
let g:snips_trigger_key = '< tab>'
endif

from vimrc.

MoyanXiao avatar MoyanXiao commented on July 24, 2024

SnipMate has add support for supertab, it acts as if there is no snipmate
key, it will forward request to supertab. You can refer to the code that
snipmate triggered its key

On Thu, Apr 11, 2013 at 4:16 PM, noodles [email protected] wrote:

the code in the after/plugin/snipMate.vim

" This is put here in the 'after' directory in order for snipMate to
override
" other plugin mappings (e.g., supertab).
"
" To adjust the tirgger key see (:h snipMate-trigger)
"
if !exists('g:snips_trigger_key')
let g:snips_trigger_key = '< tab>'
endif


Reply to this email directly or view it on GitHubhttps://github.com//issues/17#issuecomment-16236997
.

Best Wishes.

Moyan Xiao

Shanghai Jiao Tong University(SJTU)

Shanghai, P.R.China

Tel:(+86)137 7430 6506

E-mail : [email protected] [email protected]

from vimrc.

Related Issues (20)

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.