Replies: 2 comments 3 replies
-
I'm not sure I understand exactly what you want. Are you using Neovim? You can call something like that: |
Beta Was this translation helpful? Give feedback.
0 replies
-
For example, I have note A, B, C. When editing note C with neovim or vscode, if I input Sometimes, I want only A appear in my completion items. Therefore I hope I can config lsp to filter some unwanted notes. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Verify
Share your idea or feature request
Sometimes, I might archive some notes by giving them "archived" tag and I can use a shell alias such as
zk list -t 'NOT archived'
to filter them out. When I edit notes, I also want lsp filter them out when completing. Can zk support add filters in lsp?Beta Was this translation helpful? Give feedback.
All reactions