Amadeus Demarzi

Results 22 issues of Amadeus Demarzi

I maintain my own syntax file for typescript, that uses `typescript.tsx` as the filetype. I've noticed that JSX tag matching does not work with matchup. Is there an easy way...

enhancement

refresh_keywords appears to get called heavily when the cursor moves. This seems a bit of an overkill - and really hurts when viewing larger files. I know there's a max...

I found a bug wherein if you press `` when the buffer list is empty, it causes a weird issue to occur where CtrlP takes over the entire screen. This...

In this screenshot, the top buffer, which is a Netrw Directory Listing, ![https://dl.dropboxusercontent.com/s/zcfmghdwxo9flt7/ControlP_20140604_142943_20140604_142946.png](https://dl.dropboxusercontent.com/s/zcfmghdwxo9flt7/ControlP_20140604_142943_20140604_142946.png) Cannot be deleted using `Ctrl + @`. In another weird twist... CtrlP seems unusable when viewing these...

It appears that any @media stuff within the opening `{` and closing `}` are not initially highlighted correctly because it's interpreted as `cssPropRegion`. This sort of fixes itself after that...

I'm interested in trying out the LSP support for Flow. This would mean 2 things 1) I'd like to disable Tern (I couldn't seem to figure out a way to...

So I've come into a very strange issue. I have 2 computers, but I use the same .vimrc and setup on both. On one, filename completion works perfectly. On the...

So I have omni completion setup for Javascript via Flow, and I'd prefer to not use the built in Tern system. I am trying to setup an omni trigger for...

I am interested in potentially writing a new completor for JS using Flow. However as it stands the current docs are empty for `Write a new completer`. Is there at...

Is there any way to get [vim-flow](https://github.com/flowtype/vim-flow) support in completor? Currently for JS you list only Tern, but it would be really fantastic if there was a way to get...