Skip to content

Commit

Permalink
✨ (SKK) Update dict path
Browse files Browse the repository at this point in the history
  • Loading branch information
Comamoca committed Oct 30, 2024
1 parent efc73d2 commit cba3858
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config/ime/skkeleton.vim
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
call skkeleton#azik#add_table("jis")

call skkeleton#config(#{
\ globalDictionaries: [ "~/.skk-jisyo/SKK-JISYO.L",
\ "~/.skk-jisyo/[email protected]" ],
\ globalDictionaries: [ "~/.skk-dict/SKK-JISYO.L",
\ "~/.skk-dict/[email protected]" ],
\ databasePath: "~/.vim/skk/database",
\ kanaTable: "azik"
\ })
Expand Down
2 changes: 1 addition & 1 deletion config/nvim/ddc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ hook_source = '''
call skkeleton#azik#add_table("jis")
call skkeleton#config(#{
\ globalDictionaries: [ "~/.skk-jisyo/SKK-JISYO.L", "~/.skk-jisyo/[email protected]" ],
\ globalDictionaries: [ "~/.skk-dict/SKK-JISYO.L", "~/.skk-dict/[email protected]" ],
\ databasePath: "~/.vim/skk/database",
\ kanaTable: "azik"
\ })
Expand Down
4 changes: 2 additions & 2 deletions home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -577,8 +577,8 @@ rec {
};
# # ========== SKK ==========
# skk-dicts
".skk-jisyo/SKK-JISYO.L".source = "${pkgs.skkDictionaries.l}/share/skk/SKK-JISYO.L";
".skk-jisyo/[email protected]".source = "${pkgs.skk-imas}/share/[email protected]";
".skk-dict/SKK-JISYO.L".source = "${pkgs.skkDictionaries.l}/share/skk/SKK-JISYO.L";
".skk-dict/[email protected]".source = "${pkgs.skk-imas}/share/[email protected]";

# TODO: 後で消す
# ".config/" = {
Expand Down
2 changes: 1 addition & 1 deletion vim/ddc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ hook_source = '''
call skkeleton#azik#add_table("jis")
call skkeleton#config(#{
\ globalDictionaries: [[ "~/.skk/SKK-JISYO.L", "utf-8" ]],
\ globalDictionaries: [[ "~/.skk-dict/SKK-JISYO.L", "utf-8" ]],
\ databasePath: "~/.skk/database",
\ kanaTable: "azik"
\ })
Expand Down

0 comments on commit cba3858

Please sign in to comment.