Skip to content

[mini.map] Issue with symbols in mini.map #1166

Answered by Jomik
Jomik asked this question in Q&A
Discussion options

You must be logged in to vote

Sooo, I changed my config to move my opts into init, and that fixed it.
So I must have done something wrong ... My original config is in the top post.

{
    "echasnovski/mini.map",
    version = "*",
    init = function(_, opts)
      local mini_map = require("mini.map")
      opts = {
        integrations = {
          mini_map.gen_integration.builtin_search(),
          mini_map.gen_integration.diff(),
          mini_map.gen_integration.diagnostic(),
        },
        symbols = {
          encode = mini_map.gen_encode_symbols.dot("4x2"),
        },
      }
      mini_map.setup(opts)
      vim.api.nvim_create_autocmd("VimEnter", {
        callback = mini_map.open,
      })

      vim.api.

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@Jomik
Comment options

Comment options

You must be logged in to vote
4 replies
@echasnovski
Comment options

@Jomik
Comment options

@echasnovski
Comment options

@Jomik
Comment options

Answer selected by echasnovski
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants