coc.nvim extension for Robot Framework
Install robotframework_ls
pip install robotframework-lsp
Install extension using vim Plug. Add below line to your vim init
Plug 'dimasaryo/coc-robotframework', {'do': 'yarn install --frozen-lockfile && yarn build'}
Open vim and execute command :PlugInstall
:## Keymaps
nmap <silent> <C-l> <Plug>(coc-coc-robotframework-keymap)
:CocList demo_list
- Install using
:CocInstall coc-robotframework
- Include
robotframework-lsp
during installation - Add more properties
MIT
This extension is created by create-coc-extension