summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/config/lua/plugins/markview.lua
blob: b2f37751ee31a20acfea34e8d71e28faed97361e (plain)
1
2
3
4
5
return {
  "markview.nvim",
  lazy = false,
  priority = 45, -- Load before treesitter.
}