diff options
| author | Nanderty <psopka@sopka.ch> | 2025-02-10 10:39:51 +0100 |
|---|---|---|
| committer | Nanderty <psopka@sopka.ch> | 2025-02-10 10:39:51 +0100 |
| commit | 76bd0e8999795b2b4997966ac031a8890235fb7d (patch) | |
| tree | 255553ee6e14b8ebfddff5876d1600528cb85bf9 /lua/config | |
| parent | 09183a67e39caa44372f0846e44ce8c53867be4b (diff) | |
| download | neovim-config-76bd0e8999795b2b4997966ac031a8890235fb7d.tar.gz neovim-config-76bd0e8999795b2b4997966ac031a8890235fb7d.tar.bz2 neovim-config-76bd0e8999795b2b4997966ac031a8890235fb7d.zip | |
clean up lualine; funky colors, transparency
Diffstat (limited to 'lua/config')
| -rw-r--r-- | lua/config/options.lua | 2 |
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 |
