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