vim-editorconfig icon indicating copy to clipboard operation
vim-editorconfig copied to clipboard

Yet another EditorConfig (http://editorconfig.org) plugin for vim written in vimscript only

Results 6 vim-editorconfig issues
Sort by recently updated
recently updated
newest added

Are you aware of this issue: https://github.com/vim/vim/issues/2286 Please note the last part of it 😉

vim-clojure-static (distributed with vim) sets `shiftwidth=2` and it seems like my `.editorconfig` isn't overriding that

new in https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties

Rules defined for filenames with a leading `.` are not loaded up by the plugin. My .editorconfig: ``` [*] indent_size = 2 tab_width = 2 [.vimrc] indent_size = 4 tab_width...

I don't know why, but suddenly with ``neovim`` following ``master`` branch, new documents are not configured according to the local ``.editorconfig`` ([editorconfig-vim](https://github.com/editorconfig/editorconfig-vim) works perfectly). When trying to investigate, I was...

I like the fact that this bundle just uses vimscript and doesn't require python. I've been using it for my personal editorconfig needs and it's been working well. This issue...