1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

neovim prisma補完

Last updated at Posted at 2024-10-15

完全な個人的メモです。

プラグインを入れる

こちらのプラグインを入れる
https://github.com/neoclide/coc.nvim

コマンド実行

:CocInstall coc-prisma

please install dependencies and compile coc〜みたいなエラー発生

コマンド実行

: call coc#util#install()

参考▼
https://qiita.com/Taichi-yzrh/items/5868e618c82e328c89f6

エラー解消

schema.prismaファイルを開いてみる

image.png

補完でてきた🤩

操作

Ctrl-p , Ctrl-n にて選択、Ctrl-yで補完

その他参照

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?