remove useless do block

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