Commit Graph

7 Commits

Author SHA1 Message Date
w0rp
e306929b27 Don't set options for ALE (#124)
Setting options for ALE in this file can sometimes overwrite settings that users set, say if they set global settings for ALE after ftplugin files are loaded. The Vue files should not be checked with ESLint by default, and ESLint checking should be enabled manually after installing the Vue ESLint plugin.
2018-11-11 14:38:36 +01:00
w0rp
2df4652431 Default to the vimrc linter setting if availble (#118)
* Default to the vimrc linter setting if availble

* Use the default value for aliases too
2018-09-01 19:14:25 +02:00
w0rp
e531e1d24f Use buffer variables for ALE, and load Vue linters (#111) 2018-07-06 11:26:29 +02:00
Adriaan Zonnenberg
6518e73886 Add section mappings
References #94
2017-12-12 17:50:43 +01: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
c122cb8c29 Move 'suffixesadd' from after/ftplugin to ftplugin
In #46, the question was where to put this option, and why some other
plugins put it in the 'after' directory. Vim-javascript puts it in the
'after' directory because they want to keep the settings in the ftplugin
shipped with Vim, and only add the 'suffixesadd' option. Since Vim
doesn't ship with a Vue plugin, we can safely put this option in ftplugin.
2017-02-21 22:00:26 +01:00
Adriaan Zonnenberg
1ae53f086e Add indent and ftplugin files 2016-08-21 23:29:05 +02:00