Skip to content

Commit ba8799c

Browse files
committed
do not append cargo arguments to binary
Fixes #37.
1 parent 157b928 commit ba8799c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

after/ftplugin/markdown/composer.vim

-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ function! s:startServer()
1414
endif
1515

1616
let l:args = [s:plugin_root . '/target/release/markdown-composer']
17-
if !has('nvim')
18-
call extend(l:args, ['--no-default-features', '--features', 'json-rpc'])
19-
endif
2017

2118
if exists('g:markdown_composer_browser')
2219
call extend(l:args, ['--browser', g:markdown_composer_browser])

0 commit comments

Comments
 (0)