Skip to content

Commit

Permalink
refactor(nvim): remove unused variables in telescope.lua file
Browse files Browse the repository at this point in the history
  • Loading branch information
kutsan committed Nov 18, 2024
1 parent a4e6e3f commit e2d2947
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .config/nvim/lua/specs/telescope.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ end
Plugin.opts = function()
local actions = require('telescope.actions')

local term_width = vim.o.columns
local width = term_width <= 100 and 0.9 or 0.65

return {
defaults = {
prompt_title = '',
Expand Down

0 comments on commit e2d2947

Please sign in to comment.