diff --git a/tree/.config/nvim/lua/opts.lua b/tree/.config/nvim/lua/opts.lua index cb15cf6..ccf6c37 100644 --- a/tree/.config/nvim/lua/opts.lua +++ b/tree/.config/nvim/lua/opts.lua @@ -9,7 +9,6 @@ opt.number = true -- bool: Show line numbers opt.relativenumber = true -- bool: Show relative line numbers opt.scrolloff = 10 -- int: Min num lines of context opt.signcolumn = "yes" -- str: Show the sign column -opt.cursorline = true -- bool: Highlight the cursor line -- [[ Filetypes ]] opt.encoding = 'utf8' -- str: String encoding to use