removed untrue missing-fields warning

This commit is contained in:
ivarfatland
2025-02-20 16:15:49 +01:00
parent 32ab49937a
commit 75973dac16
+1
View File
@@ -1,3 +1,4 @@
---@diagnostic disable: missing-fields
-- vim:foldmethod=marker -- vim:foldmethod=marker
local function get_python_venv_path() --{{{1 local function get_python_venv_path() --{{{1
return vim.fn.stdpath('config') .. '/.venv/bin/python' return vim.fn.stdpath('config') .. '/.venv/bin/python'