Skip to content

Commit

Permalink
fix(nvim): make twilight.nvim dimming less awkward
Browse files Browse the repository at this point in the history
  • Loading branch information
TymekDev committed Aug 29, 2022
1 parent 6ad6a33 commit c84ebd9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/nvim/lua/tymek/packer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@ return require("packer").startup(function(use)
inactive = true,
},
context = 0,
expand = {
-- markdown
"paragraph",
"fenced_code_block",
"list",
}
})
end,
}
Expand Down

0 comments on commit c84ebd9

Please sign in to comment.