remove useless do block
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user