Skip to content

Rust in otter doesn't work for me #208

@0atman

Description

@0atman

Thank you very much @jmbuhr - very excited about this project, but my main language, Rust, is the only one that doesn't work for me, cruelly!

Image

Environment

  • NVIM v0.10.4
  • lazyvim.org distro
  • I didn't do much configuration:
return {
  "jmbuhr/otter.nvim",
  dependencies = {
    "nvim-treesitter/nvim-treesitter",
  },
  opts = {},
}

And I activate otter in a markdown buffer with this keymap:

local otter = require("otter")
local map = vim.keymap.set
map("n", "<leader>oa", otter.activate, { desc = "Activate Otter in current file" })

I can see in .local/state/nvim/lsp.log that all the language servers except rust-analyzer starts, no rust errors at all...!

I wonder where I could start debugging this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions