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

vim.lsp.util.trim_empty_lines deprecated #96

Open
gabs712 opened this issue Oct 15, 2024 · 0 comments
Open

vim.lsp.util.trim_empty_lines deprecated #96

gabs712 opened this issue Oct 15, 2024 · 0 comments
Labels
bug Something isn't working up for grabs Good first issue & available for contributions upstream update

Comments

@gabs712
Copy link

gabs712 commented Oct 15, 2024

When using hover_symbol, pressing <C-space> on a symbol, i get the following warning:

- WARNING vim.lsp.util.trim_empty_lines() is deprecated. Feature will be removed in Nvim 0.12
  - ADVICE:
    - use vim.split() with `trimempty` instead.
    - stack traceback:
        /home/gabs/.local/share/nvim/lazy/outline.nvim/lua/outline/providers/nvim-lsp.lua:219
        /home/gabs/.local/share/nvim/lazy/outline.nvim/lua/outline/providers/init.lua:37
        /home/gabs/.local/share/nvim/lazy/outline.nvim/lua/outline/sidebar.lua:127

Neovim setup

  • Neovim version: 0.11.0
  • Outline.nvim version: 6c44527
  • Plugin manager: Lazy.nvim
@hedyhli hedyhli added bug Something isn't working up for grabs Good first issue & available for contributions upstream update labels Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working up for grabs Good first issue & available for contributions upstream update
Projects
None yet
Development

No branches or pull requests

2 participants