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

set wrap option show multiple line from same context #334

Closed
grimgort opened this issue Sep 26, 2023 · 1 comment
Closed

set wrap option show multiple line from same context #334

grimgort opened this issue Sep 26, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@grimgort
Copy link

Description

wrap option is no compatible with this plugin.
When a new context appears, it is hidden by the "wrap" line of the function

Neovim version

0.9.2

Expected behavior

image

Actual behavior

image

Minimal config

local plugins = {
  ts         = 'https://github.com/nvim-treesitter/nvim-treesitter',
  ts_context = 'https://github.com/nvim-treesitter/nvim-treesitter-context',
  -- ADD ADDITIONAL PLUGINS THAT ARE _NECESSARY_ TO REPRODUCE THE ISSUE
}

for name, url in pairs(plugins) do
  local install_path = '/tmp/nvim/site/'..name
  if vim.fn.isdirectory(install_path) == 0 then


    vim.fn.system { 'git', 'clone', '--depth=1', url, install_path }
  end
  vim.o.runtimepath = install_path..','..vim.o.runtimepath
end

-- ADD INIT.LUA SETTINGS THAT IS _NECESSARY_ FOR REPRODUCING THE ISSUE

Steps to reproduce

  1. nvim --clean -u minimal.lua
  2. ...
@grimgort grimgort added the bug Something isn't working label Sep 26, 2023
@lewis6991
Copy link
Member

No repro, insta-close

@lewis6991 lewis6991 closed this as not planned Won't fix, can't repro, duplicate, stale Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants