mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
feat: add a neovim plugin as the canonical lsp client implementation (#1842)
Some checks failed
tinymist::ci / Duplicate Actions Detection (push) Has been cancelled
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Has been cancelled
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Has been cancelled
tinymist::ci / prepare-build (push) Has been cancelled
tinymist::gh_pages / build-gh-pages (push) Has been cancelled
tinymist::ci / build-vsc-assets (push) Has been cancelled
tinymist::ci / build-vscode (push) Has been cancelled
tinymist::ci / build-vscode-others (push) Has been cancelled
tinymist::ci / publish-vscode (push) Has been cancelled
tinymist::ci / build-binary (push) Has been cancelled
tinymist::ci / E2E Tests (darwin-arm64 on macos-latest) (push) Has been cancelled
tinymist::ci / E2E Tests (linux-x64 on ubuntu-22.04) (push) Has been cancelled
tinymist::ci / E2E Tests (linux-x64 on ubuntu-latest) (push) Has been cancelled
tinymist::ci / E2E Tests (win32-x64 on windows-2019) (push) Has been cancelled
tinymist::ci / E2E Tests (win32-x64 on windows-latest) (push) Has been cancelled
Some checks failed
tinymist::ci / Duplicate Actions Detection (push) Has been cancelled
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Has been cancelled
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Has been cancelled
tinymist::ci / prepare-build (push) Has been cancelled
tinymist::gh_pages / build-gh-pages (push) Has been cancelled
tinymist::ci / build-vsc-assets (push) Has been cancelled
tinymist::ci / build-vscode (push) Has been cancelled
tinymist::ci / build-vscode-others (push) Has been cancelled
tinymist::ci / publish-vscode (push) Has been cancelled
tinymist::ci / build-binary (push) Has been cancelled
tinymist::ci / E2E Tests (darwin-arm64 on macos-latest) (push) Has been cancelled
tinymist::ci / E2E Tests (linux-x64 on ubuntu-22.04) (push) Has been cancelled
tinymist::ci / E2E Tests (linux-x64 on ubuntu-latest) (push) Has been cancelled
tinymist::ci / E2E Tests (win32-x64 on windows-2019) (push) Has been cancelled
tinymist::ci / E2E Tests (win32-x64 on windows-latest) (push) Has been cancelled
* fix: bad link * feat(neovim): init lsp * feat(neovim): add bootstrap script * build: add notice
This commit is contained in:
parent
0191e55978
commit
c03898cd3d
36 changed files with 1631 additions and 20 deletions
4
tests/workspaces/book/chapters/chapter1.typ
Normal file
4
tests/workspaces/book/chapters/chapter1.typ
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
= Chapter 1
|
||||
|
||||
#lorem(50)
|
||||
4
tests/workspaces/book/chapters/chapter2.typ
Normal file
4
tests/workspaces/book/chapters/chapter2.typ
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
= Chapter 2
|
||||
|
||||
#lorem(50)
|
||||
4
tests/workspaces/book/main.typ
Normal file
4
tests/workspaces/book/main.typ
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#include "chapters/chapter1.typ"
|
||||
#include "chapters/chapter2.typ"
|
||||
|
||||
|
||||
5
tests/workspaces/individuals/tiny.typ
Normal file
5
tests/workspaces/individuals/tiny.typ
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
= Hello
|
||||
|
||||
#lorem(50)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue