diff options
| author | tami5 <kkharji@protonmail.com> | 2022-03-11 16:41:48 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-11 14:41:48 +0100 |
| commit | ddb9e56160914261ca6af9f75ce2afb5d28961e2 (patch) | |
| tree | e29fa7f91aed83fdb537d3a00e565529f61f38eb /lua/telescope/command.lua | |
| parent | c5bf83dc614b14c6926b738a54c6d059de974f75 (diff) | |
feat(lsp): ignore_symbols option (#1745)
Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
Diffstat (limited to 'lua/telescope/command.lua')
| -rw-r--r-- | lua/telescope/command.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/telescope/command.lua b/lua/telescope/command.lua index 38c7ff7..89ed426 100644 --- a/lua/telescope/command.lua +++ b/lua/telescope/command.lua @@ -64,6 +64,7 @@ local split_keywords = { ["sections"] = true, ["search_dirs"] = true, ["symbols"] = true, + ["ignore_symbols"] = true, } -- convert command line string arguments to |
