Skip to content

Commit

Permalink
fix(kotlin_language_server): wrong cmd on Windows #3500
Browse files Browse the repository at this point in the history
fix #3499
  • Loading branch information
KevinNitroG authored Dec 11, 2024
1 parent 5a812ab commit 402f12c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lua/lspconfig/configs/kotlin_language_server.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
local util = require 'lspconfig.util'

local bin_name = 'kotlin-language-server'
if vim.fn.has 'win32' == 1 then
bin_name = bin_name .. '.bat'
end

--- The presence of one of these files indicates a project root directory
--
Expand Down

0 comments on commit 402f12c

Please sign in to comment.