enable cursor line highlighting
This commit is contained in:
parent
152611874a
commit
11fdede2f8
|
|
@ -9,10 +9,12 @@ vim.opt.incsearch = true
|
|||
-- Enable mouse mode
|
||||
vim.opt.mouse = ''
|
||||
|
||||
-- FIX: shared clipboard not working
|
||||
-- Sync clipboard between OS and Neovim.
|
||||
vim.opt.clipboard = 'unnamed,unnamedplus'
|
||||
|
||||
-- Enables cursor-line highlighting
|
||||
vim.opt.cursorline = true
|
||||
|
||||
-- Enable spell check
|
||||
vim.opt.spell = true
|
||||
vim.opt.spelloptions = 'camel'
|
||||
|
|
|
|||
Loading…
Reference in New Issue