diff --git a/dot_config/nvim/dein/plugin.toml b/dot_config/nvim/dein/plugin.toml index fbb60ec..9dfc3e2 100644 --- a/dot_config/nvim/dein/plugin.toml +++ b/dot_config/nvim/dein/plugin.toml @@ -43,6 +43,23 @@ repo = "gw31415/mstdn-editor.vim" # [[plugins]] # repo = "skanehira/denops-gh.vim" +[[plugins]] +repo = "skanehira/denops-silicon.vim" +on_cmd = "Silicon" +hook_add = ''' + let g:denops#server#deno_args = g:denops#server#deno_args + ['--unstable-ffi'] + + let g:silicon_options = { + \ 'font': 'HackGen Console NF', + \ 'background_color': '#FFF', + \ 'tab_width': 4, + \ 'shadow_blur_radius': 8, + \ 'shadow_offset_x': 4, + \ 'shadow_offset_y': 4, + \ 'shadow_color': '#555555', + \ } +''' + [[plugins]] repo = "yuki-yano/fuzzy-motion.vim" depends = "kensaku.vim"