[nvim] enabled current line highlight
This commit is contained in:
@@ -8,6 +8,7 @@ vim.opt.smartcase = true
|
||||
-- show line numbers
|
||||
vim.opt.number = true
|
||||
vim.opt.relativenumber = true
|
||||
vim.opt.cursorline = true
|
||||
|
||||
-- show trailing whitespace
|
||||
vim.opt.list = true
|
||||
|
||||
@@ -29,6 +29,7 @@ local plugins = {
|
||||
})
|
||||
|
||||
vim.cmd('colorscheme github_light_colorblind')
|
||||
-- vim.cmd('colorscheme github_light')
|
||||
-- vim.cmd('colorscheme github_dark_colorblind')
|
||||
-- vim.cmd('colorscheme github_dark')
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user