disable pylyzer
This commit is contained in:
parent
2430f95b0d
commit
4e281b9a30
1 changed files with 2 additions and 1 deletions
|
|
@ -435,7 +435,8 @@ require("lazy").setup({
|
|||
|
||||
require("lazy-lsp").setup({
|
||||
excluded_servers = {
|
||||
"nixd", -- is being a buggy cpu hog or something
|
||||
"nixd", -- is being a buggy cpu hog or something
|
||||
"pylyzer", -- no, you don't get my ram
|
||||
},
|
||||
configs = {
|
||||
nixd = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue