mirror of
https://github.com/amix/vimrc
synced 2025-08-15 19:55:01 +08:00
Updated plugins
This commit is contained in:
@ -13,7 +13,7 @@ endfunction
|
||||
call ale#linter#Define('svelte', {
|
||||
\ 'name': 'svelteserver',
|
||||
\ 'lsp': 'stdio',
|
||||
\ 'executable': {b -> ale#node#FindExecutable(b, 'svelte_svelteserver', [
|
||||
\ 'executable': {b -> ale#path#FindExecutable(b, 'svelte_svelteserver', [
|
||||
\ 'node_modules/.bin/svelteserver',
|
||||
\ ])},
|
||||
\ 'command': '%e --stdio',
|
||||
|
Reference in New Issue
Block a user