updated nvim config
This commit is contained in:
parent
0553705627
commit
e0d537c0fa
1 changed files with 19 additions and 8 deletions
|
|
@ -38,3 +38,14 @@ cmp.setup({
|
||||||
documentation = cmp.config.window.bordered(),
|
documentation = cmp.config.window.bordered(),
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
require('lspconfig').pylsp.setup {
|
||||||
|
settings = {
|
||||||
|
pylsp = {
|
||||||
|
plugins = {
|
||||||
|
autopep8 = { enabled = false },
|
||||||
|
yapf = { enabled = true, args = '--style={based_on_style: google column_limit: 80}' },
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue