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
11 lines
364 B
Lua
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."
|