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

Collides with DelimitMate #40

Open
voidcase opened this issue Jul 25, 2018 · 6 comments
Open

Collides with DelimitMate #40

voidcase opened this issue Jul 25, 2018 · 6 comments

Comments

@voidcase
Copy link

voidcase commented Jul 25, 2018

When https://github.com/Raimondi/delimitMate is also loaded, closing a tag results in

<sometag></sometag>>

@aeosynth
Copy link

let delimitMate_excluded_ft = "html"

@dubst3pp4
Copy link

A better solution is to tell DelimitMate that it should only close (, [ and { in html files:
au FileType html let b:delimitMate_matchpairs = "(:),[:],{:}"
This works perfect for me.

@exdeniz
Copy link

exdeniz commented Dec 28, 2019

And cohama/lexima.vim collides too =(

@nkristianto
Copy link

thank @dubst3pp4 , works perfectly for me too.
I think this issue can be closed, but not sure

@Narayana108
Copy link

How to fix the error for file types that nvim does not recognise:

https://stackoverflow.com/questions/73461575/vim-closetag-adds-an-extra/73461576#73461576

@milushov
Copy link

Love you, guys, thank you!

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

No branches or pull requests

7 participants