Commit Graph

19 Commits

Author SHA1 Message Date
Adriaan Zonnenberg
5c3a71983c Simplify testing commands using a Makefile 2018-03-02 18:31:23 +01:00
Adriaan Zonnenberg
a0cfe6791c readme
* Remove Typescript section. As long as the highlighting "just works", a section in the FAQ shouldn't be needed.
* Fix typo
* Add some more explanation
* Add links to referenced plugins
2018-03-02 16:22:41 +01:00
Marcel Bischoff
a936d8ab38 Add caw.vim section (#93) 2018-02-24 07:56:54 +01:00
Adriaan Zonnenberg
1a2295e12e Add link to eslint-plugin-vue documentation
closes #83
2018-02-22 14:31:59 +01:00
Juan
2cd7b64b1e Fix typo on README (#100) 2018-02-21 17:12:15 +01:00
Michael Foss
db295dbf13 Correct typo in README (#90) 2017-10-19 19:37:09 +02:00
Jacob Merizian
568f5a2762 Allows users to turn off preprocessor language parsing for better performance (#79)
* removed preprocessing langs from registration

I'm not sure if this will work

* add back support for pre-processors

adds back support for preprocessors, but keeps vim fast when not in use

* completely removed support for preprocessors

testing to see if completely removing preprocessor language registrations will make syntime reports more performant

* added back conditional support

conditional support should work now

* just testing remove all preprocessor support

* I think this will work

* i found the actual bug

some regex statements are being checked several times

* quick fix for now

I only apply a quick fix until I can get to the root of the problem. For this, in order to turn off the preprocessors which seem to bog down vim, just put `let g:avoid_pre_processors = 1` in the .vimrc (or neovim equivalent).

* forgot endif statement

* testing behavior

* removed line to test behavior

* Update readme.md

* Update readme.md

* Update vue.vim

* Update vue.vim

* Update readme.md
2017-07-21 11:07:04 +02:00
Milot Mirdita
fddbefe37a Fixed instructions for vim8, now loads the plugin (#63) 2017-04-07 21:09:49 +02:00
Adriaan Zonnenberg
f72aac329a Add configuration for ALE and simplify Syntastic configuration
Replaced syntastic configuration by a file that uses Syntastic's
redirect option to redirect to 'javascript/eslint'
2017-03-28 22:34:20 +02:00
Adriaan Zonnenberg
a9f7aedabf Add note to FAQ about nerdcommenter, and add tests for it 2017-03-26 23:45:45 +02:00
Adriaan Zonnenberg
e0c07d80c6 Add a note about compound filetypes to the FAQ 2017-03-26 23:00:15 +02:00
Adriaan Zonnenberg
4099c91566 Update readme
Move typescript section to FAQ and add an entry about
`:syn sync fromstart`
2017-03-26 22:35:15 +02:00
Adriaan Zonnenberg
239401d54d Integrate with CircleCI 2017-03-26 21:27:34 +02:00
Esdras Mayrink
3339eab69e Update README to explain how to use with typescript 2017-03-13 22:10:20 -03:00
Eduardo San Martin Morote
001e7c4541 Add vim 8 instructions
Closes #39
2016-12-21 10:48:15 +01:00
Nicolas Wormser
4d8f2c7341 Update broken link 2016-11-22 18:37:31 +04:00
Kai Hendry
06a7bf054b Add Pathogen instruction
Closes #28
2016-10-14 11:09:56 +08:00
knight42
addcbf9be5 Integrate with Syntastic 2016-09-14 02:31:00 +08:00
Eduardo San Martin Morote
a24c0b32e8 Remove uppercase in README name 2016-02-21 11:23:07 +01:00