From e72bc10296c0d4c145abd69a2b00bc8aad0004bb Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Mon, 16 Jun 2025 22:53:16 -0400 Subject: reorg --- .config/nvim/lua/plugins/cursorline.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .config/nvim/lua/plugins/cursorline.lua (limited to '.config/nvim/lua/plugins/cursorline.lua') diff --git a/.config/nvim/lua/plugins/cursorline.lua b/.config/nvim/lua/plugins/cursorline.lua new file mode 100644 index 0000000..19839ce --- /dev/null +++ b/.config/nvim/lua/plugins/cursorline.lua @@ -0,0 +1,11 @@ +return { + "ya2s/nvim-cursorline", + opts = { + cursorline = { enable = false }, -- I don't want this plugin fucking with my cursorline + cursorword = { + enable = true, + min_length = 3, + hl = { underline = true }, + } + } +} -- cgit v1.2.3