-
-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Links do not work with marksman lsp #285
Comments
I am out and about traveling but you need keybindings or else the plugin
will never get called. See
https://github.com/renerocksai/telekasten.nvim#mappings
Ilya Yarusov ***@***.***> schrieb am So., 24. Sept. 2023,
11:31:
… *Please confirm*
- I am running the latest version of this plugin
*Describe the bug*
Thank you for such a wonderful plugin. But I can't understand why the
links to the files don't work for me. I have marksman
<https://github.com/artempyanykh/marksman> lsp. And such types of links
as:
- [[link]]
- [[link#Header]]
- [[#Hader]]
they work. Because they are defined in marksman. But if I disable it, then
the links will stop working at all.
*Additional context*
OS:
Linux 6.2.0-31-generic #31~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Aug 16
13:45:26 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
Editor:
$ nvim --version
NVIM v0.9.2
Build type: RelWithDebInfo
LuaJIT 2.1.1692716794
I use the minimum configuration:
require('telekasten').setup({
home = vim.fn.expand("~/notes/"),
})
—
Reply to this email directly, view it on GitHub
<#285>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHLWBJ6J7H3FNTHEXV5OI3LX374XPANCNFSM6AAAAAA5E2BK5E>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
I have already defined keymaps, and they work, but it seems I don't understand something) For example, using the insert_link function, an ordinary link is inserted:
How then to make a clarification on the title or paragraph?) If no hints pop up. For example, using Tag and link highlighting also doesn't work. |
At the moment it is not possible to link to a specific title or paragraph automatically. You can only link to the note and must then add manually the title. More advance features would probably require a LSP, which we have not (yet).
The highlight groups were changed in the last PR to uniformise everything. Make sure you use the correct ones. |
Yes, they are already working!
Hmm, I thought that in the Link notation section it is indicated that such links can be created
|
You can use |
Please confirm
Describe the bug
Thank you for such a wonderful plugin. But I can't understand why the links to the files don't work for me. I have marksman lsp. And such types of links as:
[[link]]
[[link#Header]]
[[#Hader]]
they work. Because they are defined in marksman. But if I disable it, then the links will stop working at all.
Additional context
OS:
Linux 6.2.0-31-generic #31~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Aug 16 13:45:26 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
I use the minimum configuration:
The text was updated successfully, but these errors were encountered: