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

EditorConfig plugin for Vim

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

Hi! When packaging 1.1.1 for Arch Linux I attempted to run the test suite. As I'm providing all the ruby dependencies, I don't have to build anything before testing and...

need info

Re. https://github.com/editorconfig/editorconfig-core-py/pull/33 - [ ] Update to the latest core tests - [ ] See if the tests pass! - [ ] If not, update fnmatch. The Vimscript core is...

GetFilenames is changed to manage paths with a trailing semantically-neutral '/.', thus avoiding to check l:path=='/' at each iteration.

emacs editorconfig module has "file_type_emacs". Similarly could vim have "syntax_vim" ? thanks

Enhancement

To complement `max_line_length`, a `break_at_hyphen` option would be nice. In vim, it would do `set fo+=b`.

Enhancement

Would be convenient if configuration styles for `*.sh` files were applied based on shebang as well, so that shell scripts without file extensions could be editorconfig'ed. Make sense?

Got this error when I was inspecting a package file before publishing. Note: the tgz file below is the result of `npm pack` command. ![screenshot_2018-04-21_00-28-44](https://user-images.githubusercontent.com/1957737/39066038-ec2a867c-44fd-11e8-9051-5b3ef6555240.png)

need info

Using https://github.com/junegunn/vim-plug I have this plugin installed via `Plug 'editorconfig/editorconfig-vim'` When I run `:PlugUpgrade` I get the following error: ``` x editorconfig-vim: remote: Enumerating objects: 122, done. remote: Counting objects:...

need info

editorconfig/editorconfig#429 - pending vote

Usually jumping to a buffer will immediately display the filename at the bottom of the screen. With editorconfig installed, the filename flashes and then disappears. Commenting out Line 70 and...