disable pylyzer for my memory
This commit is contained in:
parent
5520d84f00
commit
89dfe71de8
1 changed files with 3 additions and 0 deletions
|
|
@ -433,6 +433,9 @@ require('lazy').setup({
|
||||||
'dundalek/lazy-lsp.nvim',
|
'dundalek/lazy-lsp.nvim',
|
||||||
opts = {
|
opts = {
|
||||||
use_vim_lsp_config = true,
|
use_vim_lsp_config = true,
|
||||||
|
excluded_servers = {
|
||||||
|
"pylyzer"
|
||||||
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue