Skip to content

Commit

Permalink
Revert "Use conceal for markdown"
Browse files Browse the repository at this point in the history
This reverts commit a0d94df.
  • Loading branch information
simonrw committed May 20, 2024
1 parent 412d89a commit 9dd3071
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions home/nixvim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,6 @@ in {
pattern = ["markdown"];
command = "setlocal wrap";
}
# set conceal for markdown files
{
event = ["FileType"];
pattern = ["markdown"];
command = "setlocal conceallevel=2";
}
{
event = ["FileType"];
pattern = ["javascript" "typescript"];
Expand Down

0 comments on commit 9dd3071

Please sign in to comment.