Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

indent-blankline wrong settings #192

Open
kobzar opened this issue May 19, 2022 · 3 comments
Open

indent-blankline wrong settings #192

kobzar opened this issue May 19, 2022 · 3 comments

Comments

@kobzar
Copy link

kobzar commented May 19, 2022

Problem description

Please, update on the docs setting tabs for this plugin
The next settings is true (without it we have broken start screen)

{
"lukas-reineke/indent-blankline.nvim",
event = "BufRead",
setup = function()
vim.g.indentLine_enabled = 1
vim.g.indent_blankline_char = "‚ñè"
vim.g.indent_blankline_filetype_exclude = { "help", "terminal", "dashboard", "lspinfo" }
vim.g.indent_blankline_buftype_exclude = { "terminal", "dashboard", "nofile", "quickfix" }
vim.g.indent_blankline_show_trailing_blankline_indent = false
vim.g.indent_blankline_show_first_indent_level = false
vim.g.indent_blankline_show_current_context = true
vim.g.indent_blankline_show_current_context_start = true
end
},

LunarVim version

last

Neovim version (>= 0.7)

7

Operating system/version

Any

Steps to reproduce

No response

support info

:)

Screenshots

No response

@kobzar kobzar added the bug Something isn't working label May 19, 2022
@kylo252 kylo252 added enhancement:docs and removed bug Something isn't working labels May 20, 2022
@kylo252 kylo252 transferred this issue from LunarVim/LunarVim May 20, 2022
@kobzar
Copy link
Author

kobzar commented Jul 4, 2022

This plugin support config options
please update it

  {
    "lukas-reineke/indent-blankline.nvim",
    event = "BufRead",
    config = function()
      require("indent_blankline").setup({
        -- for example, context is off by default, use this to turn it on
        filetype_exclude = { "help", "terminal", "dashboard", "lspinfo" },
        buftype_exclude = { "terminal", "dashboard", "nofile", "quickfix" },
        show_trailing_blankline_indent = false,
        show_first_indent_level = false,
        show_current_context = true,
        show_current_context_start = true,
      })
    end,
  },

@b4rlw
Copy link

b4rlw commented Jul 12, 2022

I can't get highlighting of the current context even with a fresh install of LunarVIm and using the above settings.
Bug or am I missing something?

@kobzar
Copy link
Author

kobzar commented Jul 12, 2022

Run :PackerCompile
restart lvim
attach the screen if problem will present

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants