default python

This commit is contained in:
Tyrel Souza 2023-02-28 22:47:28 -05:00
parent 8de7be92de
commit 5c42645b30
No known key found for this signature in database
GPG Key ID: F6582CF1308A2360
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
require("settings")
vim.g.python3_host_prog = '/opt/nvimpython/.nvim.pythonenv/bin/python3'
-- Install Packer automatically:
local ensure_packer = function()
local fn = vim.fn