|
@@ -25,7 +25,7 @@ vim.cmd('set expandtab') -- Converts tabs to spaces
|
|
|
vim.bo.smartindent = true -- Makes indenting smart
|
|
|
vim.wo.number = O.number -- set numbered lines
|
|
|
vim.wo.relativenumber = O.relative_number -- set relative number
|
|
|
-vim.wo.cursorline = true -- Enable highlighting of the current line
|
|
|
+vim.wo.cursorline = O.cursorline -- set highlighting of the current line
|
|
|
vim.o.showtabline = 2 -- Always show tabs
|
|
|
vim.o.showmode = false -- We don't need to see things like -- INSERT -- anymore
|
|
|
vim.o.backup = false -- This is recommended by coc
|