[nvim,zsh] Set up pyright LSP for Python development

This commit is contained in:
Eryn Wells 2023-09-06 10:18:48 -07:00
parent 64ae7ed11f
commit 47a622250f
3 changed files with 18 additions and 0 deletions

View file

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