-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
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!
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
Labels
No labels
