From 4bb5f880a5ab6bbee650c8ad584677ff9903968d Mon Sep 17 00:00:00 2001 From: JackJ30 Date: Wed, 28 May 2025 14:09:54 -0400 Subject: improved style --- .config/nvim/lua/user/plugins/cursorline.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .config/nvim/lua/user/plugins/cursorline.lua (limited to '.config/nvim/lua/user/plugins/cursorline.lua') diff --git a/.config/nvim/lua/user/plugins/cursorline.lua b/.config/nvim/lua/user/plugins/cursorline.lua new file mode 100644 index 0000000..3452a95 --- /dev/null +++ b/.config/nvim/lua/user/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 = 2, + hl = { underline = true }, + } + } +} -- cgit v1.2.3