GithubHelp home page GithubHelp logo

Comments (7)

dpetka2001 avatar dpetka2001 commented on June 2, 2024

Why running it by hand and not make a custom keymap in your /lua/config/keymaps.lua?

from lazyvim.

OneOfOne avatar OneOfOne commented on June 2, 2024

I did ofc, but that was an example.

We have almost all the lsp functions key mapped, so this one is the only one i see that is missing.

from lazyvim.

dpetka2001 avatar dpetka2001 commented on June 2, 2024

I didn't question your suggestion for the keymap to be incorporated into LazyVim. It's just that in the Alternatives you've considered you put running it by hand, so I was under the assumption that you just run the command manually. That's all.

from lazyvim.

OneOfOne avatar OneOfOne commented on June 2, 2024

@folke for me, at least in rust, codelens don't show at all anymore until I hit <leader>cC (I set codelens = true in my config), where before the change, they always showed up.

from lazyvim.

dpetka2001 avatar dpetka2001 commented on June 2, 2024

Did you enable the option in nvim-lspconfig? By default it's set to false.

from lazyvim.

dpetka2001 avatar dpetka2001 commented on June 2, 2024

I set this

  {
    "neovim/nvim-lspconfig",
    opts = {
      codelens = {
        enabled = true,
      },
    },
  },

and this is how it looks in a testing Rust project

2024-03-08_20-01

from lazyvim.

OneOfOne avatar OneOfOne commented on June 2, 2024

there was a typo and it didn't error, thanks.

from lazyvim.

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.