From f295618a66db269723c387c6d456d4118341fa89 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 30 Aug 2025 19:58:04 -0400 Subject: phone link --- neovim.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'neovim.nix') diff --git a/neovim.nix b/neovim.nix index 552e88a..99703fd 100644 --- a/neovim.nix +++ b/neovim.nix @@ -589,12 +589,12 @@ }; win_options = { conceallevel = { - default = "vim.o.conceallevel"; + # default = "vim.o.conceallevel"; rendered = 3; }; concealcursor = { - default = "vim.o.concealcursor"; - rendered = ""; + #default = "vim.o.concealcursor"; + #rendered = ""; }; }; overrides = { -- cgit v1.3.1