diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2022-08-27 15:29:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-27 15:29:36 +0200 |
| commit | b923665e64380e97294af09117e50266c20c71c7 (patch) | |
| tree | e5fc3251a47db1912a0073de968aa4b5d08cca70 /lua/telescope/builtin/init.lua | |
| parent | c92f86386f8446e4deaa79941baabaf825683be9 (diff) | |
fix(preview): update buffer previewer to upstream changes (#2150)
https://github.com/neovim/neovim/pull/19931 removed `_get_hl_from_capture(id)` since captures are now implicitly mapped to highlight groups with the same name.
Diffstat (limited to 'lua/telescope/builtin/init.lua')
| -rw-r--r-- | lua/telescope/builtin/init.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lua/telescope/builtin/init.lua b/lua/telescope/builtin/init.lua index 3061358..6b27156 100644 --- a/lua/telescope/builtin/init.lua +++ b/lua/telescope/builtin/init.lua @@ -26,11 +26,6 @@ --- </code> ---@brief ]] -if 1 ~= vim.fn.has "nvim-0.7.0" then - vim.api.nvim_err_writeln "Telescope.nvim requires at least nvim-0.7.0. See `:h telescope.changelog-1851`" - return -end - local builtin = {} -- Ref: https://github.com/tjdevries/lazy.nvim |
