korean-ls

0.1.5 • Public • Published

korean-language-server

Language server implementation for Korean, powered by 한국어 맞춤법/문법 검사기.

It's Korean version of grammarly, famous writing assitant app for English.
As grammarly does, it detects Korean grammar error, supports quick fix. It also supports some level of english.

sample


Installation

npm i -g korean-ls

Development

git clone git@github.com:aca/korean-language-server.git && cd korean-language-server 
npm run build
npm link

Integration

Should work with any client implementation, vscode/emacs/sublime/vim.

  • vim/neovim, coc.nvim

    Recommend this mapping in your .vimrc

    " Fix autofix problem of current line
    nmap <leader>qf  <Plug>(coc-fix-current)
    

    Configure language server $ nvim -c ':CocConfig'

    "languageserver": {
      "korean": {
        "command": "korean-ls",
        "args": ["--stdio"],
        "filetypes": ["text"]
      },
    

Readme

Keywords

Package Sidebar

Install

npm i korean-ls

Weekly Downloads

1

Version

0.1.5

License

ISC

Unpacked Size

16.4 kB

Total Files

6

Last publish

Collaborators

  • acadx0