]> src.twobees.de Git - dotfiles.git/commitdiff
..
authorTobias Sachs <git-pngdhxpf-ts@twobees.de>
Fri, 22 Dec 2023 11:16:05 +0000 (12:16 +0100)
committerTobias Sachs <git-pngdhxpf-ts@twobees.de>
Fri, 22 Dec 2023 11:16:05 +0000 (12:16 +0100)
stow/nvim/.config/nvim/init.lua

index 66c87ef37f590ecb033759c052039d50c5dc2d9f..ad43958029b3e6ed8f322e2d025c0444319f92e4 100644 (file)
@@ -520,6 +520,8 @@ prettier.setup({
 })
 
 vim.opt.diffopt = vim.opt.diffopt + "vertical"
+vim.opt.cursorline = true
+vim.opt.hlsearch = true
 
 -- The line beneath this is called `modeline`. See `:help modeline`
 -- vim: ts=2 sts=2 sw=2 et