nvim/lua/custom/init.lua
Dane Sabo 25e82e23a0 Auto sync: 2025-08-15 17:33:40 (9 files changed)
M  lazy-lock.json

M  lua/custom/chadrc.lua

A  lua/custom/git_quickpush.lua

M  lua/custom/init.lua

M  lua/custom/language_specific_commands/markdown.lua

A  lua/custom/zk.lua

M  lua/plugins/configs/nvimtree.lua

A  spell/en.utf-8.add
2025-08-15 17:33:40 -04:00

11 lines
364 B
Lua

vim.g.dap_virtual_text = false
vim.g.tlaplus_mappings_enable = true
vim.env.PATH = vim.env.PATH .. ":/home/danesabo/.ghcup/bin"
vim.g.loaded_python3_provider = 1
vim.g.python3_host_prog = vim.fn.expand "~/.config/nvim/nvim_venv/bin/python"
vim.keymap.set("i", "jj", "<ESC>")
require "custom.zk"
require "custom.git_quickpush"
print "Custom init settings loaded."