Skip to content

Error while migrating from rust-tools #127

Answered by mrcjkb
Blonteractor asked this question in Q&A
Discussion options

You must be logged in to vote

Hey 👋

You've got an error in your config:

opts = {
    server = function(_, bufnr)

should be

opts = {
    server = {
        on_attach = function(_, bufnr)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Blonteractor
Comment options

Answer selected by Blonteractor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #126 on January 06, 2024 06:13.