Skip to content

Commit

Permalink
Add skanehira/denops-silicon.vim plugin to plugin list
Browse files Browse the repository at this point in the history
  • Loading branch information
gw31415 committed Apr 1, 2024
1 parent 7d3f868 commit d78a053
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions dot_config/nvim/dein/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d78a053

Please sign in to comment.