Skip to content

Commit

Permalink
Removed line length marker
Browse files Browse the repository at this point in the history
  • Loading branch information
liul85 committed Aug 5, 2022
1 parent 4604367 commit cf043eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/lua/core/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ opt.completeopt = 'menuone,noinsert,noselect' -- Autocomplete options
opt.number = true -- Show line number
opt.showmatch = true -- Highlight matching parenthesis
opt.foldmethod = 'marker' -- Enable folding (default 'foldmarker')
opt.colorcolumn = '80' -- Line lenght marker at 80 columns
-- opt.colorcolumn = '80' -- Line lenght marker at 80 columns
opt.splitright = true -- Vertical split to the right
opt.splitbelow = true -- Horizontal split to the bottom
opt.ignorecase = true -- Ignore case letters when search
Expand Down

0 comments on commit cf043eb

Please sign in to comment.