Skip to content

Commit

Permalink
use global rime_ls
Browse files Browse the repository at this point in the history
  • Loading branch information
TwIStOy committed Feb 5, 2024
1 parent 65368b1 commit 537a7ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/ht/conf/lsp/servers/rime_ls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ A language server for librime
end

require("lspconfig").rime_ls.setup {
cmd = vim.g.rime_ls_cmd,
cmd = "rime_ls",
init_options = {
enabled = false,
shared_data_dir = "/usr/share/rime-data",
Expand Down
2 changes: 1 addition & 1 deletion lua/ht/version.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local M = {}

M.last_updated_time = '2024.01.30'
M.last_updated_time = '2024.02.05'

return M

0 comments on commit 537a7ec

Please sign in to comment.