1

Neovim: Set conceallevel to 2 by default

This commit is contained in:
2024-10-11 13:35:03 +02:00
parent 4db5a75a80
commit 35d2df0673

View File

@ -16,6 +16,7 @@
winblend = 30; # Floating popup transparency winblend = 30; # Floating popup transparency
sessionoptions = ["buffers" "curdir" "tabpages" "winsize" "help" "globals" "skiprtp" "folds"]; sessionoptions = ["buffers" "curdir" "tabpages" "winsize" "help" "globals" "skiprtp" "folds"];
showtabline = 0; # Disable tabline showtabline = 0; # Disable tabline
conceallevel = 2;
# Cursor # Cursor
ruler = true; # Show cursor position in status line ruler = true; # Show cursor position in status line