Latest config changes

This commit is contained in:
Alex Selimov 2026-07-17 10:54:11 -04:00
parent 846e47b931
commit a3c3abdf89
12 changed files with 110 additions and 10 deletions

4
ftplugin/python.lua Normal file
View file

@ -0,0 +1,4 @@
vim.opt_local.colorcolumn = "88"
vim.opt_local.textwidth = 1000
vim.keymap.set("n", "<leader>x", "[hv]h]hk$;sc", { buffer = true })
vim.keymap.set("n", "<leader>r", ":!python3 %<CR>", { buffer = true })