Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
johmsalas committed Dec 14, 2023
1 parent 3dd8948 commit 70da1d5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lua/textcase/plugin/conversion.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
local utils = require("textcase.shared.utils")
local lsp = vim.lsp

-- local flag_buf_request_all = vim.fn.has("nvim-0.10") == 1
local flag_buf_request_all = false

local M = {}

function M.replace_matches(match, source, dest, try_lsp, buf)
Expand Down

0 comments on commit 70da1d5

Please sign in to comment.