diff options
author | w0rp <devw0rp@gmail.com> | 2016-09-09 00:23:26 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2016-09-09 00:23:26 +0100 |
commit | 11c11e578f22cda52048fdec1354f9675b413495 (patch) | |
tree | 6609b83f02e56f3d151deb0599ca349dbbce6e3a /.gitignore | |
download | ale-11c11e578f22cda52048fdec1354f9675b413495.zip |
Add linting with eslint in NeoVim, with a few bugs.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..7f499f80 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/init.vim |