|
@@ -22,7 +22,7 @@ vim.g.colors_name = O.colorscheme
|
|
--- SETTINGS ---
|
|
--- SETTINGS ---
|
|
|
|
|
|
opt.backup = false -- creates a backup file
|
|
opt.backup = false -- creates a backup file
|
|
-opt.clipboard = "unnamedplus" -- 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 = "99999" -- fix indentline for now
|
|
opt.completeopt = { "menuone", "noselect" }
|
|
opt.completeopt = { "menuone", "noselect" }
|