summaryrefslogtreecommitdiffstats
path: root/neovim.nix
diff options
context:
space:
mode:
authorAndrew <admonty1@protonmail.com>2025-08-30 19:58:04 -0400
committerAndrew <admonty1@protonmail.com>2025-08-30 19:58:04 -0400
commitf295618a66db269723c387c6d456d4118341fa89 (patch)
tree82e5527a68e9c5fbc90b6e68fc4d8d4455ebf375 /neovim.nix
parentinline markdown rendering (diff)
downloadnixos-f295618a66db269723c387c6d456d4118341fa89.tar.gz
nixos-f295618a66db269723c387c6d456d4118341fa89.tar.bz2
nixos-f295618a66db269723c387c6d456d4118341fa89.zip
phone link
Diffstat (limited to '')
-rw-r--r--neovim.nix6
1 files changed, 3 insertions, 3 deletions
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 = {