rhysd / vim-grammarous

A powerful grammar checker for Vim using LanguageTool.
1.1k stars 41 forks source link

Fails with `fish` being used a default shell. #38

Closed dpc closed 6 years ago

rhysd commented 7 years ago

I'm not using fish so I don't know how to fix. PR is welcome

languitar commented 6 years ago

There are a lot of things that break if fish is used as the shell inside vim because it is not sh-compliant. I would recommend to configure vim to use bash as its internal shell using

set shell=bash

You are still free to use fish for neovim's terminal emulator etc.

rhysd commented 6 years ago

@languitar's advice is reasonable. I also recommend to set 'shell' option.

I'm closing this because there is no response from issue author.