nvim-develop #3

Closed
t0xa wants to merge 44 commits from nvim-develop into main
Showing only changes of commit 834038a59b - Show all commits

View file

@ -22,7 +22,7 @@ opt.softtabstop = 2
opt.swapfile = false
-- Add line at 80 symbols
opt.colorcolumn = "80"
opt.colorcolumn = "99"
-- config to set up clipboard as default register
opt.clipboard:append("unnamedplus")