add vertical rulers
This commit is contained in:
parent
33a5bd4b2a
commit
cb865680a7
1 changed files with 5 additions and 4 deletions
|
|
@ -7,10 +7,11 @@ vim.opt.mouse = "a" -- enable mouse support
|
|||
vim.opt.clipboard = "unnamedplus" -- use system clipboard
|
||||
|
||||
-- Visual behavior
|
||||
vim.opt.termguicolors = true -- enable true colors
|
||||
vim.opt.cursorline = true -- highlight the current line
|
||||
vim.opt.wrap = false -- do not wrap long lines
|
||||
vim.opt.signcolumn = "yes" -- always show the sign number (LSP, git)
|
||||
vim.opt.termguicolors = true -- enable true colors
|
||||
vim.opt.cursorline = true -- highlight the current line
|
||||
vim.opt.wrap = false -- do not wrap long lines
|
||||
vim.opt.signcolumn = "yes" -- always show the sign number (LSP, git)
|
||||
vim.opt.colorcolumn = "80,100" -- vertical rulers
|
||||
|
||||
-- Scrolling
|
||||
vim.opt.scrolloff = 8 -- keep space above/below cursor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue