Code Monkey home page Code Monkey logo

Comments (2)

xfyuan avatar xfyuan commented on May 13, 2024 1

Thanks for so quickly reply!

Yes, folding is working after adding above configs, cool! The code folding on each method is the best feature I just like.

The 1st point does cause none problem actually, though the aerial info shows like that. So maybe we can think it as an "egg" now.)

from aerial.nvim.

stevearc avatar stevearc commented on May 13, 2024

So there are two problems in this report:

  1. The LSP backend appears to not be attaching properly
  2. Code folding isn't working

2 is easier so let's start with that. I made a change recently (240888e) to disable the code folding behavior by default. To enable it, you should call setup() with the desired options. These should be explained in the README and in :help aerial

require("aerial").setup({
  -- This must be true (or potentially 'auto') for any folding features
  manage_folds = true,

  -- When you fold code with za, zo, or zc, update the aerial tree as well.
  link_folds_to_tree = true,

  -- Fold code when you open/collapse symbols in the tree.
  link_tree_to_folds = true,
})

Problem 1 is a lot trickier. I tried replicating your config on my computer and
could not reproduce the issue. Seeing as the treesitter backend is active and
working, this may not cause any actual problems. If you do still want to debug
what's happening with the LSP, let me know and I'll give you some code pointers
where you can log debug information and we can hopefully figure out what's going
on.

from aerial.nvim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.