Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhuster committed Nov 28, 2024
1 parent a79f2e8 commit 86a0d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/dirvish-do/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require('dirvish-do.compat')
local M = {}

local lsp = vim.lsp
local sep = require('dirvish-do.operations').sep
local sep = vim.fn.exists('+shellslash') == 1 and not vim.o.shellslash and '\\' or '/'

---@param method string
---@param params table
Expand Down

0 comments on commit 86a0d90

Please sign in to comment.