specified python3 path to executable for provider

This commit is contained in:
Joost Agterhoek 2025-07-10 13:12:03 +02:00
parent 405280cb9e
commit a42fe4d10b

View File

@ -1,5 +1,6 @@
vim.g.mapleader = " " vim.g.mapleader = " "
vim.g.maplocalleader = " " vim.g.maplocalleader = " "
vim.g.python3_host_prog = "/usr/bin/python3"
vim.g.have_nerd_font = true vim.g.have_nerd_font = true