Watch
1
0
Fork
You've already forked dotfiles
0
dotfiles/nvim/ftplugin/python.lua

4 lines
100 B
Lua

vim.opt.spell = true
vim.opt.spelllang = "en_us"
vim.opt.colorcolumn = "120"
vim.opt.textwidth = 80