0.1.2 • Published 2 years ago
@yaegassy/coc-pug v0.1.2
coc-pug
fork from a vscode-pug
Pug Language Features for coc.nvim
Install
CocInstall:
:CocInstall @yaegassy/coc-puge.g. vim-plug:
Plug 'yaegassy/coc-pug', {'do': 'yarn install --frozen-lockfile'}Note
Filetype related
The "filetype" must be
pugfor this extension to work.Install "pug" related plugin. (e.g. vim-pug or nvim-treesitter).
You need to map the filetype
pugto the languageIdjade, setg:coc_filetype_mapin.vimrc/init.vim.let g:coc_filetype_map = { \ 'pug': 'jade', \ }
Configuration options
pug.enable: Enable coc-pug extension, default:truepug.trace.server: Traces the communication between coc.nvim and the language server, valid option:["off", "messages", "verbose"], default:"off"pug.dev.serverPath: (For develop and check) Custom path to pug server module,~and$HOME, etc. can also be used. If there is no setting, the built-in module will be used, default:""
Thanks
License
MIT
This extension is built with create-coc-extension