disable nixd
This commit is contained in:
parent
4e335a6b9b
commit
3ce1db2806
1 changed files with 3 additions and 0 deletions
|
|
@ -434,6 +434,9 @@ require("lazy").setup({
|
|||
})
|
||||
|
||||
require("lazy-lsp").setup({
|
||||
excluded_servers = {
|
||||
"nixd", -- is being a buggy cpu hog or something
|
||||
},
|
||||
configs = {
|
||||
nixd = {
|
||||
settings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue