Skip to content

Commit 178513d

Browse files
author
nvim-orgmode
committed
1 parent f176f34 commit 178513d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/configuration.org

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2282,6 +2282,7 @@ To make all mappings dot repeatable, install [[https://github.com/tpope/vim-repe
22822282
There is basic LSP support available in org files. Available methods:
22832283
- =textDocument/documentSymbol= - Shows list of headlines in current file, correctly nested
22842284
- =workspace/symbol= - List and filter all headlines that are part of [[#org_agenda_files][org_agenda_files]]
2285+
- =textDocument/references= - Show all links to the headline under cursor
22852286
- =textDocument/completion= - Autocompletion results. More details in [[#autocompletion][autocompletion]].
22862287
NOTE: If you are using any [[file:./plugins.org::#completion-plugins][completion plugins]],
22872288
make sure to remove the custom source settings for orgmode. It's no longer needed.
@@ -2991,7 +2992,7 @@ vim.api.nvim_create_autocmd('ColorScheme', {
29912992
})
29922993
#+end_src
29932994

2994-
For adding/changing TODO keyword colors see [[#org_todo_keyword_faces][org-todo-keyword-faces]]
2995+
For adding/changing TODO keyword colors see [[#org_todo_keyword_faces][org_todo_keyword_faces]]
29952996
*** Menu
29962997
:PROPERTIES:
29972998
:CUSTOM_ID: menu

0 commit comments

Comments
 (0)