Closed alerque closed 8 years ago
I also got the same error.
I installed editorconfig/editorconfig-core-c by sudo apt-get install editorconfig
.
I added the following setting to my init.vim.
let g:EditorConfig_core_mode = 'external_command'
Then, editorconfig-vim works well again.
Sorry for the delay. Can you try the latest version? We have supported Python 3 recently.
Seems to work for me now.
I've started having trouble with this plugin in newer (last few months) NeoVim builds. I was originally using Vundle, and have recently switched to vim-plug to manage my plugins. I was hoping this was some problem in the way the plugin was being updated, but I'm now having exactly the same problem with everything freshened up, so here it is. This is with NeoVim 0.1.2 and the latest master branch of editorconfig-vim.
When I launch nvim, I get an error like this:
Setting the noted environment variable generated a log file with the PID appended to the name, but the file is blank. The
~/.nvimlog
file is likewise blank. I am unable to get any useful debug information beyond this error.I do have the python-editorconfig parser installed separately:
However even without that, I have the python bindings enabled in NeoVim with both
python-neovim
andpython2-neovim
packages installed, so it should work with either internal or external methods. I've even tried settingg:EditorConfig_core_mode
to override the default but there is no change to the error above.My system default
python
binary is for 3.5.1, but apython2
is also available.