|
@@ -20,7 +20,7 @@ end
|
|
opt.backup = false -- creates a backup file
|
|
opt.backup = false -- creates a backup file
|
|
opt.clipboard = O.clipboard -- allows neovim to access the system clipboard
|
|
opt.clipboard = O.clipboard -- allows neovim to access the system clipboard
|
|
opt.cmdheight = O.cmdheight -- more space in the neovim command line for displaying messages
|
|
opt.cmdheight = O.cmdheight -- more space in the neovim command line for displaying messages
|
|
-opt.colorcolumn = "99999" -- fix indentline for now
|
|
|
|
|
|
+opt.colorcolumn = O.colorcolumn
|
|
opt.completeopt = { "menuone", "noselect" }
|
|
opt.completeopt = { "menuone", "noselect" }
|
|
opt.conceallevel = 0 -- so that `` is visible in markdown files
|
|
opt.conceallevel = 0 -- so that `` is visible in markdown files
|
|
opt.fileencoding = "utf-8" -- the encoding written to a file
|
|
opt.fileencoding = "utf-8" -- the encoding written to a file
|