how to integrate with ruff server #570
cuongvuthe
started this conversation in
General
Replies: 2 comments
-
vim9script
if executable('ruff')
g:LspAddServer([{
name: 'ruff',
filetype: ['python'],
path: 'ruff',
args: ["server", "--preview"],
features: {hover: false}
}])
endif |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you so much!!!
Have a nice day!
Brgds,
Vu The Cuong
From: gcanat ***@***.***>
Sent: Wednesday, November 13, 2024 9:52 PM
To: yegappan/lsp ***@***.***>
Cc: Vu The Cuong ***@***.***>; Author ***@***.***>
Subject: Re: [yegappan/lsp] how to integrate with ruff server (Discussion #570)
vim9script
if executable('ruff')
g:LspAddServer([{
name: 'ruff',
filetype: ['python'],
path: 'ruff',
args: ["server", "--preview"],
features: {hover: false}
}])
endif
-
Reply to this email directly, view it on GitHub<#570 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BIST6THPHTI5EBIWJ7WBUXD2ANRQHAVCNFSM6AAAAABROZWJJ2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMRUGE2DOMA>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Could you advise how to integrade with below ruff server?
https://github.com/astral-sh/ruff
Thank you
Beta Was this translation helpful? Give feedback.
All reactions