aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-05-29 18:16:31 +0200
committerpml68 <tutorialmester@gmail.com>2024-05-29 18:16:31 +0200
commit1a8f403ca4a9f73fb4023c197c6c36c38d804d53 (patch)
tree2426f7bd4ee070cf205ca62466dc94d9908bc1c7
parentfeat: remove nvim-web-devicons (diff)
downloadnvim-1a8f403ca4a9f73fb4023c197c6c36c38d804d53.tar.gz
feat: disable cursorline
-rw-r--r--lua/pml68/settings.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/pml68/settings.lua b/lua/pml68/settings.lua
index f244a8f..d6ead6c 100644
--- a/lua/pml68/settings.lua
+++ b/lua/pml68/settings.lua
@@ -13,6 +13,7 @@ vim.o.smartindent = true
vim.o.swapfile = false
vim.o.scrolloff = 10
+vim.o.cursorline = false
vim.o.hlsearch = true
vim.o.incsearch = true