disable pylyzer for my memory

This commit is contained in:
Noa Aarts 2025-11-28 09:08:40 +01:00
parent 5520d84f00
commit 89dfe71de8
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -433,6 +433,9 @@ require('lazy').setup({
'dundalek/lazy-lsp.nvim',
opts = {
use_vim_lsp_config = true,
excluded_servers = {
"pylyzer"
},
}
},