nvim wo.number, wo.relativenumber type change int to bool
This commit is contained in:
parent
58e7fc2ee1
commit
a630ff7cba
1 changed files with 2 additions and 2 deletions
4
init.lua
4
init.lua
|
@ -12,8 +12,8 @@ op.shiftwidth = 4
|
||||||
op.expandtab = true
|
op.expandtab = true
|
||||||
bo.autoindent = true
|
bo.autoindent = true
|
||||||
bo.expandtab = true
|
bo.expandtab = true
|
||||||
wo.number = 1
|
wo.number = true
|
||||||
wo.relativenumber = 1
|
wo.relativenumber = true
|
||||||
--vim.opt.clipboard:append { 'unnamed', 'unnamedplus' }
|
--vim.opt.clipboard:append { 'unnamed', 'unnamedplus' }
|
||||||
vim.opt.clipboard = 'unnamedplus'
|
vim.opt.clipboard = 'unnamedplus'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue