leafOfTree / vim-vue-plugin

Vim syntax and indent plugin for .vue files
The Unlicense
177 stars 9 forks source link

Install plugin via pathogen #2

Closed rolzing closed 5 years ago

leafOfTree commented 5 years ago

Hi, thanks for the suggestion. Let me know if it works.

rolzing commented 5 years ago

Getting this err

❯ vim Error detected while processing .../my_plugins/vim-vue-plugin/filetype.vim: line 2: E492: Not an editor command: ^M line 3: E488: Trailing characters line 10: E492: Not an editor command: ^M line 11: E15: Invalid expression: !exists("g:vim_vue_plugin_has_init_indent")^M line 17: E171: Missing :endif Press ENTER or type command to continue

leafOfTree commented 5 years ago

There were some Unix related issues fixed.

leafOfTree commented 5 years ago

It seems to work with pathogen, so I'm closing this issue. Feel free to reopn it if any error occurs.