1
0

feat(readme): correctness changes

This commit is contained in:
2025-07-05 10:11:31 +02:00
parent c9e48695c5
commit 8eb01590c3
5 changed files with 45 additions and 29 deletions

View File

@@ -0,0 +1,4 @@
return {
cmd = { 'bash-language-server', 'start' },
filetypes = { 'sh', 'bash' },
}

View File

@@ -0,0 +1,4 @@
return {
cmd = { 'fish-lsp', 'start' },
filetypes = { 'fish' },
}