Skip to main content
Back to Extensions Directory
coc.nvim fallback icon

@yaegassy/coc-astro

yaegassy

Astro extension for coc.nvim

Installation CommandVim prompt
:CocInstall @yaegassy/coc-astro
GitHub owner
yaegassy
Version
v0.9.2
Requirements
coc ^0.0.80
License
MIT
Repository
GitHub
npm latest published 2024-10-27Registry checked 2026-08-23Registry summary

Published Package Summary

coc-astro

fork from a astro-vscode

Astro extension for coc.nvim

coc-astro-demo

Install

CocInstall:

:CocInstall @yaegassy/coc-astro

scoped packages

e.g. vim-plug:

Plug 'yaegassy/coc-astro', {'do': 'yarn install --frozen-lockfile'}

Note

Filetype related

The "filetype" must be astro for this extension to work.

Install "astro" related plugin. (e.g. vim-astro or nvim-treesitter).

How to set up TypeScript in your Astro project for coc.nvim

  1. You need coc-tsserver. Please install it if you haven't already.

  2. coc-astro has a setting to use @astrojs/ts-plugin in the extension as well as astro-vscode, so you can use typescript as it is.

[RECOMMENDED] Additional installation of "watchman"

In the @astrojs/language-server used by coc-astro, it utilizes the workspace/didChangeWatchedFiles notification to watch files within the project.

In coc.nvim, it is recommended to install watchman in order to utilize this feature.

If you have difficulty installing watchman, you can use coc-astro without watchman, but you may not be able to immediately use IntelliSense with the newly added files.

In this case, please execute the command to restart the language server.

  • :CocRestart

Dealing with text corruption when determining completion item

coc-astro provides a setting called astro.disableResolveCompletionItem. Set this setting to true in coc-settings.json. The default is false.

Please note that if this setting is set to true, feature such as "auto-import" upon completion item determination will not work.

coc-settings.json:

{
  "astro.disableResolveCompletionItem": true
}

Thanks

License

MIT


This extension is built with create-coc-extension

Read the complete README
  • Astro extension for coc.nvim
Activation Events
  • onLanguage:astro
Developer Resources

Want to build, test, or contribute to coc.nvim extensions? Explore our official SDK and testing toolkits.

Open Developer Guide

Version History

This published npm package does not include a history.md or changelog.md file. Browse its npm versions or repository releases for available release information.