diff --git a/modules/neovim/lua/plugins/user.lua b/modules/neovim/lua/plugins/user.lua index 757de66..d607509 100644 --- a/modules/neovim/lua/plugins/user.lua +++ b/modules/neovim/lua/plugins/user.lua @@ -71,16 +71,6 @@ return { }) end, }, - { - "nvim-telescope/telescope.nvim", - optional = true, - opts = { - highlight = { - enable = true, - additional_vim_regex_highlighting = false, - }, - }, - }, }, },