diff --git a/lua/settings.lua b/lua/settings.lua index 6837c983..43f38458 100644 --- a/lua/settings.lua +++ b/lua/settings.lua @@ -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'