mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 20:50:15 +00:00
use pyright with poetry
This commit is contained in:
@ -47,7 +47,9 @@ end)
|
||||
|
||||
-- LSP Plugins
|
||||
require('lspconfig').rust_analyzer.setup{}
|
||||
require('lspconfig').pyls.setup{}
|
||||
require('lspconfig').pyright.setup{
|
||||
cmd = { "poetry", "run", "pyright-langserver", "--stdio" }
|
||||
}
|
||||
require'compe'.setup({
|
||||
enabled = true,
|
||||
source = {
|
||||
|
Reference in New Issue
Block a user