Vim-korDic Plugin

Project Period & Property

Designed and developed by myself and takes about 1 month.
It’s a toy project.

Background

When I use vim, I often have to translate English into Korean.
So, I created a plugin for vim so that I could translate it into simple command in vim.

Check

Technical Summary

Content

Develop vim plugin in Python using vim-nox.
Python queries the protal site for word searches and parses the query results.
Display the results fo the search in a new window of vim.

It’s simple to use. Place the cursor on the word you want to search for, and type the command to translate the word.

vim-korDic github