neovim/ftplugin/python.lua

5 lines
203 B
Lua
Raw Normal View History

2026-07-17 10:54:11 -04:00
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 })