feat(readme): correctness changes
This commit is contained in:
@@ -0,0 +1 @@
|
||||
vim.lsp.enable('fish_ls')
|
||||
@@ -0,0 +1,4 @@
|
||||
return {
|
||||
cmd = { 'bash-language-server', 'start' },
|
||||
filetypes = { 'sh', 'bash' },
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
return {
|
||||
cmd = { 'fish-lsp', 'start' },
|
||||
filetypes = { 'fish' },
|
||||
}
|
||||
Reference in New Issue
Block a user