diff options
Diffstat (limited to 'neovim.nix')
| -rw-r--r-- | neovim.nix | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 = { |
