lasorda / coc-lpcd

A coc extension for language lpc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coc-lpcd

LPmud C Language extension for vim with coc.nvim

if you use vscode, see https://github.com/lasorda/lpcd

Install

  1. :CocInstall coc-lpcd
  2. if you use fluffos, :CocConfig with
{
    "coc-lpcd.efunc": [
        "/single/simul_efun.c",
        "/etc/efun_define.c"
    ],
    "coc-lpcd.include": "include",
    "coc-lpcd.workspace": "testsuite",
    "coc-lpcd.complie": "/home/panzhihao/fluffos/build/src/symbol etc/config.test "
}

coc-lpcd.complie is the command to get the complie result

see commit at lpc auto completion supports in vim #820

About

A coc extension for language lpc

License:MIT License


Languages

Language:JavaScript 87.4%Language:TypeScript 12.6%