-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
neovimでのLSP関連機能の設定 #27
Comments
現状整理補完
|
neovimのbuilt-in lspの利用必要ライブラリのインストールnvim-lsp は組み込みではあるものの、そのままだと扱いづらいため実質必須となるプラグインがあります。 nvim-lspconfig (https://github.com/neovim/nvim-lspconfig) neovim built-in lspの設定方法以下のドキュメントに倣って設定した vim-lsp-installerLSPのインストールを簡単の行うためのプラグイン こちらを参考に設定 vim-lsp-installerを利用してインストールを行ったlspのサーバーは、 原則、新規のLSPサーバーは、全てvim-lsp-installer経由で行うようにする |
キーバインディング以下のキーバインディングでLSPの機能を利用できる状態にした Lines 284 to 302 in f7d8f18
|
nvim-cmp の導入公式ドキュメントに合わせて設定 |
TODOLspInstallでのLSPのインストールをスクリプトにかけていないので、手動でインストールする必要がある |
やりたいこと
neovimでLSPが使いたい。
やりたいこと
参考
LSPの公式ページ
The text was updated successfully, but these errors were encountered: