Pi66

dots
My personal Linux configuration files and dotfiles.
git clone https://git.pi66.xyz/dots

← back to log

disable cursorline

author: pi66
date: 2026-05-02 17:53
hash: 9aa7f16cb596c4b53b5954a9e7fb5765dc712365

Diffstat:

M

nvim/lua/options.lua
2 +++++++++++++++---------------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
diff --git a/nvim/lua/options.lua b/nvim/lua/options.lua
index 5ff75e6..8aa8c77 100644
--- a/nvim/lua/options.lua
+++ b/nvim/lua/options.lua
@@ -20,7 +20,7 @@ return {
    wildmenu           = true,
    undofile           = true,
    undodir            = vim.fn.expand("~/.local/state/nvim/undo"),
-   cursorline         = true,
+   cursorline         = false,
    wildmode           = "longest:full,full",
    wildignore         = "*.docx,*.we*,*.jpg,*.png,*.gif,*.pdf,*.pyc,*.svg,*.flv,*.img,*.xlsx",
    clipboard          = "unnamedplus",