delimitMate
delimitMate copied to clipboard
Vim plugin, provides insert mode auto-completion for quotes, parens, brackets, etc.
For example, when you type this type of comment ``` vim let g:something=1 "this option will affect blah blah ``` delimitMate still auto closes the double quote, thinking it's a...
Hi, So I have... ``` vim " DelimitMate let g:delimitMate_expand_cr = 2 let g:delimitMate_expand_space = 1 ``` I'm trying to make it so when... ``` function() {|} ``` and you...
Sorry if this new issue looks similar to [the previous one](https://github.com/Raimondi/delimitMate/issues/219#issuecomment-100076373) as I originally thought that they are related issues. Here is the problem I wish to solve: I want...
I use a mac book. 7.4.488 in the terminal 7.4.258 in mvim I initially found the problem thinking that may be mapping is not there however it was not the...
When I enter the brace and newline, this plugin does not auto indent. When I use arrow function in ES6 standard, does not autoindent. { | }
When delimitMate is enabled, MacVim doesn't automatically indent closing tags.
I dont know whether it is a bug or not. When using `langmap` such as this ``` set langmap=йq,цw,уe,кr,еt,нy,гu,шi,щo,зp,х[,ъ],фa,ыs,вd,аf,пg,рh,оj,лk,дl,э' set langmap+=яz,чx,сc,мv,иb,тn,ьm,ю.,ЙQ,ЦW,УE,КR,ЕT,НY,ГU,ШI,ЩO,ЗP,Х{,Ъ},ФA,ЫS set langmap+=ВD,АF,ПG,РH,ОJ,ЛK,ДL,ЯZ,ЧX,СC,МV,ИB,ТN,ЬM,Ж:,Б,]`,[~ set langmap+=\\,^ ``` i get delimitMate plugin...
Hi, I just switched to delimitMate from vim-autoclose and so far it's working great! Thanks for making it work so well. One feature of autoclose was being able to type...
It is really a strange problem I discovered when creating colorschemes. After trying my best to narrow down the problem, I got the following minimum requirements to trigger this issue:...