-
On a fresh installation i get the error
`command not found: osascript.`
Installed with vundle along with these plugins:
```
Plugin 'airblade/vim-gitgutter'
Plugin 'tpope/vim-fugitive' …
-
There isn't a way to limit the validation to only a subset of config file types. You can use `--exclude-file-types` to remove all the ones you do not want scanned but as that list has gotten bigger yo…
-
## Is your feature request related to a problem? Please describe.
tl;dr: OmniSharp should allow configuring the formatter (omnisharp.json) to remove unused imports.
#1245 shows that it is possib…
-
Now that more people are contributing, we should agree on a code style. We could use the [N5 Eclipse style](https://github.com/saalfeldlab/n5/blob/master/doc/n5-eclipse-style.xml). As far as I know, I…
-
This is related: https://github.com/editorconfig/editorconfig/issues/275
But I'd like to know if after some time, the answer seems invalid. Since the OP was asked in 2016, I would certainly imagine…
-
I have a `.editorconfig` file in my project that specifies the charset as `utf-8` for all the files:
```
[*]
charset = utf-8
```
But `dotnet format` cannot change the charset to `utf-8` if the …
-
I just tried the `0.0.8` version and the changes introduced in #86 don't seem to work too well.. If I open an existing file and add code that doesn't have the correct indentation, saving the file like…
-
I want to implement ``c_include_path`` property from my hook. Since I don't know the exactly directory everybody checkouts the project, so the path in ``.editorconfig`` can only be relative paths. A…
thawk updated
3 years ago
-
Hello!
Im trying to figure out how to configure different properties for a composer and the tutorial page says to check out the renderConfig and editorConfig properties. But the composer docs don't …
-
Hi there,
I just was trying to use the command
:NERDTreeProjectSave myproj
It gave me the error "E121: Undefined variable: b:NERDTree"
My full vimrc is
```
set t_Co=256
if empty(glob(…