Skip to content

Commit bc7f443

Browse files
author
Josh Lay
committed
Add 'bash' file types to vim-lsp allowlist
Files may be identified either as `sh` or `bash` with modelines, this helps ensure consistent usage _Note_: A similar approach may be useful/viable for other configurations, I'm only noting what I can actually test 😄
1 parent acbbadf commit bc7f443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ if executable('bash-language-server')
5454
au User lsp_setup call lsp#register_server({
5555
\ 'name': 'bash-language-server',
5656
\ 'cmd': {server_info->[&shell, &shellcmdflag, 'bash-language-server start']},
57-
\ 'allowlist': ['sh'],
57+
\ 'allowlist': ['sh', 'bash'],
5858
\ })
5959
endif
6060
```

0 commit comments

Comments
 (0)