mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
move line limit over by one for limit in python files
This commit is contained in:
parent
0e35f7d359
commit
a024f0e468
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ vim.opt.numberwidth = 4
|
|||
-- highlight current line
|
||||
vim.opt.cursorline = true
|
||||
|
||||
-- highlighted column 80, only on python files, to keep lines shorter
|
||||
vim.opt.colorcolumn = '80'
|
||||
-- highlighted column 81, only on python files, to keep lines shorter
|
||||
vim.opt.colorcolumn = '81'
|
||||
|
||||
-- vim.opt.termguicolors to enable highlight groups
|
||||
vim.opt.termguicolors = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue