nvim wo.number, wo.relativenumber type change int to bool

This commit is contained in:
femsci 2024-05-22 14:16:58 +02:00
parent 58e7fc2ee1
commit a630ff7cba
Signed by: femsci
GPG key ID: 08F7911F0E650C67

View file

@ -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'