remove useless do block

This commit is contained in:
Ivar Fatland
2025-09-27 11:18:32 +02:00
parent 110480ea3f
commit d9381ef075
-2
View File
@@ -4,9 +4,7 @@ local function get_python_venv_path() --{{{1
return vim.fn.stdpath('config') .. '/.venv/bin/python'
end
do
vim.g.python3_host_prog = get_python_venv_path()
end
-- GENERAL SETTINGS {{{1