nvim: update line width options
This commit is contained in:
parent
747d94c1c7
commit
90e57fc802
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,8 @@ opt.incsearch = true
|
|||
opt.tabstop = 2
|
||||
opt.softtabstop = 4
|
||||
opt.shiftwidth = 4
|
||||
opt.textwidth = 100
|
||||
opt.colorcolumn = "80"
|
||||
opt.textwidth = 80
|
||||
-- opt.clipboard = "unnamedplus"
|
||||
opt.clipboard:append("unnamedplus")
|
||||
opt.cursorline = true
|
||||
|
@ -23,4 +24,5 @@ opt.swapfile = false
|
|||
opt.showmode = false
|
||||
opt.termguicolors = true
|
||||
opt.wrap = false
|
||||
opt.formatoptions = "cro"
|
||||
opt.backspace = "indent,eol,start"
|
||||
|
|
Loading…
Add table
Reference in a new issue