diff --git a/lua/autocmds.lua b/lua/autocmds.lua index 39250986..ce54b9d4 100644 --- a/lua/autocmds.lua +++ b/lua/autocmds.lua @@ -18,7 +18,7 @@ vim.api.nvim_create_autocmd("FileType", { settings = { python = { analysis = { - openFilesOnly = false, + openFilesOnly = true, }, }, }, diff --git a/sample.py b/sample.py index 0eb949a9..828bd902 100644 --- a/sample.py +++ b/sample.py @@ -1,4 +1,4 @@ printf() print() -fdfd +hi print()