summaryrefslogtreecommitdiffstats
path: root/lua/config/options.lua
diff options
context:
space:
mode:
authorNanderty <psopka@sopka.ch>2025-02-10 10:39:51 +0100
committerNanderty <psopka@sopka.ch>2025-02-10 10:39:51 +0100
commit76bd0e8999795b2b4997966ac031a8890235fb7d (patch)
tree255553ee6e14b8ebfddff5876d1600528cb85bf9 /lua/config/options.lua
parent09183a67e39caa44372f0846e44ce8c53867be4b (diff)
downloadneovim-config-76bd0e8999795b2b4997966ac031a8890235fb7d.tar.gz
neovim-config-76bd0e8999795b2b4997966ac031a8890235fb7d.tar.bz2
neovim-config-76bd0e8999795b2b4997966ac031a8890235fb7d.zip
clean up lualine; funky colors, transparency
Diffstat (limited to 'lua/config/options.lua')
-rw-r--r--lua/config/options.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/options.lua b/lua/config/options.lua
index ff9d816..65b9071 100644
--- a/lua/config/options.lua
+++ b/lua/config/options.lua
@@ -10,7 +10,7 @@ return {
vim.opt.updatetime = 250
vim.opt.mouse = ''
vim.opt.signcolumn = 'yes'
- vim.opt.cursorline = true
+ --vim.opt.cursorline = true
vim.opt.wrap = false
vim.opt.splitbelow = true
vim.opt.splitright = true