summaryrefslogtreecommitdiff
path: root/ar/.config/TheSiahxyz
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-06-16 18:22:39 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-06-16 18:22:39 +0900
commit7a3683c4fa07ca83a3d13edb97d6cd2fff47ffa1 (patch)
treeec941a1c635486015416924aa2a264e43e08bef8 /ar/.config/TheSiahxyz
parent02472e929fd0ee2ece2ba0825bfecfb93be2a767 (diff)
modified core/options.lua, modified zsh/scripts.zsh
Diffstat (limited to 'ar/.config/TheSiahxyz')
-rw-r--r--ar/.config/TheSiahxyz/lua/TheSiahxyz/core/options.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/ar/.config/TheSiahxyz/lua/TheSiahxyz/core/options.lua b/ar/.config/TheSiahxyz/lua/TheSiahxyz/core/options.lua
index a4b373f..895f9ee 100644
--- a/ar/.config/TheSiahxyz/lua/TheSiahxyz/core/options.lua
+++ b/ar/.config/TheSiahxyz/lua/TheSiahxyz/core/options.lua
@@ -9,6 +9,7 @@ vim.g.have_nerd_font = true
-- vim.g.loaded_netrwPlugin = 1
vim.g.mapleader = " "
vim.g.maplocalleader = "\\"
+vim.g.python3_host_prog = vim.fn.expand("~/.local/share/venvs/nvim/bin/python")
vim.o.sessionoptions = "blank,buffers,curdir,folds,help,tabpages,winsize,winpos,terminal,localoptions"
vim.opt.backup = false
vim.opt.breakindent = true