Skip to content

Commit 293f41c

Browse files
authored
Merge pull request #520 from joshlay/patch-1
Add 'bash' file types to vim-lsp allowlist
2 parents 6659b2a + 48a0e5b commit 293f41c

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)