| .. | ||
| .github/workflows | ||
| lib | ||
| node_modules | ||
| snippets | ||
| .eslintignore | ||
| .eslintrc.js | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
coc-sh
SH language server extension using bash-language-server
for coc.nvim.
Install
In your vim/neovim, run command:
:CocInstall coc-sh
Features
Configuration options
sh.enableset tofalseto disable language server.
Trigger completion in coc-settings.json to get complete list.
Development
- Run
yarn buildoryarn build:watch - Link extension:
yarn run link/yarn run unlink