Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vimrc try SnipMate #3

Closed
leonmavr opened this issue Mar 7, 2019 · 2 comments
Closed

vimrc try SnipMate #3

leonmavr opened this issue Mar 7, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@leonmavr
Copy link
Owner

leonmavr commented Mar 7, 2019

Snipmake automate code insertion, for example for+ could generate the for loop body, see here

@leonmavr leonmavr added the enhancement New feature or request label Mar 7, 2019
@leonmavr leonmavr self-assigned this Mar 7, 2019
@leonmavr
Copy link
Owner Author

leonmavr commented Mar 28, 2019

snipmate does not work with youcompleteme, they both try to overwrite <tab>:

:verbose imap <tab>
<Tab> * pumvisible() ? "<C-N>" : "<Tab>"
Last set from ~/.vim/bundle/YouCompleteMe/autoload/youcompleteme.vim

Use ultisnips!

@leonmavr
Copy link
Owner Author

Works with ultisnips

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant