Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Feel-ix-343/obsidian-markdown-ls
Browse files Browse the repository at this point in the history
  • Loading branch information
Feel-ix-343 committed Mar 11, 2024
2 parents f004aab + 2755be8 commit d961018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Generally, this is `[[relativeFilePath(#heading)?(|display text)?]]` e.g. [[arti
- [X] For tag when the cursor is on the tags declaration. Unlike go-to-definition for tags, this will produce all references to the tag and to the tag with subtags
- [X] Footnotes when the cursor is on the declaration line of the footnote; *[^1]: description...*

> ![NOTE]
> [!NOTE]
> I strongly recommend using [Lspsaga](https://github.com/nvimdev/lspsaga.nvim) for references for two reasons. First because this LS sorts references by the date their files were modified and unlike `vim.lsp.buf.references()` and `Telescope lsp_references`, `Lspsaga finder` maintains this sorting order. Second it also allows you to edit the references in place, similar to Logseq
- Completions (requires extra nvim-cmp config; follow the directions above)
Expand Down

0 comments on commit d961018

Please sign in to comment.