Latest config changes
This commit is contained in:
parent
846e47b931
commit
a3c3abdf89
12 changed files with 110 additions and 10 deletions
4
ftplugin/python.lua
Normal file
4
ftplugin/python.lua
Normal 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 })
|
||||
Loading…
Add table
Add a link
Reference in a new issue