[neovim] Remove some stuff from Python config

This commit is contained in:
Eryn Wells 2023-10-12 10:45:55 -07:00
parent a4e272bd6b
commit 74e66401f8

View file

@ -1,12 +1,2 @@
-- Eryn Wells <eryn@erynwells.me>
local safariToolsPath = vim.env.sfi .. "/Tools/Scripts"
vim.opt_local.path = {
".",
"",
safariToolsPath,
safariToolsPath .. "/safaripy",
}