Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TwIStOy committed Feb 8, 2024
1 parent 59c9a6a commit 397771c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lua/ht/conf/lsp/servers/rime_ls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,11 @@ A language server for librime
end

require("lspconfig").rime_ls.setup {
cmd = {"rime_ls"},
cmd = { "rime_ls" },
init_options = {
enabled = false,
shared_data_dir = "/usr/share/rime-data",
-- shared_data_dir = "/usr/share/rime-data",
shared_data_dir = "~/.local/share/rime-ls",
user_data_dir = "~/.local/share/rime-ls",
log_dir = "~/.local/share/rime-ls/log",
max_candidates = 9,
Expand Down

0 comments on commit 397771c

Please sign in to comment.