From 76c5bb9e9d5dd95ba9cb05c2b021c883c4d8016d Mon Sep 17 00:00:00 2001 From: Zhizhen He Date: Tue, 13 May 2025 15:12:26 +0800 Subject: [PATCH] fix(python): remove the wrapping `settings` key from `setup()` options --- lua/lazyvim/plugins/extras/lang/python.lua | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lua/lazyvim/plugins/extras/lang/python.lua b/lua/lazyvim/plugins/extras/lang/python.lua index 4c098452..9f04b49a 100644 --- a/lua/lazyvim/plugins/extras/lang/python.lua +++ b/lua/lazyvim/plugins/extras/lang/python.lua @@ -120,10 +120,8 @@ return { return LazyVim.has("telescope.nvim") end, opts = { - settings = { - options = { - notify_user_on_venv_activation = true, - }, + options = { + notify_user_on_venv_activation = true, }, }, -- Call config for python files and load the cached venv automatically