Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
Update vim
authored
Jul 14, 2023
by
umaumax
Show whitespace changes
Inline
Side-by-side
vim.md
View page @
7183459d
...
@@ -752,13 +752,11 @@ let g:loaded_hoge = 1
...
@@ -752,13 +752,11 @@ let g:loaded_hoge = 1
## トラブルシューティング
## トラブルシューティング
### golangの補完が機能しない
### golangの補完が機能しない
[
fatih/vim\-go: Go development plugin for Vim
](
https://github.com/fatih/vim-go
)
[
fatih/vim\-go: Go development plugin for Vim
](
https://github.com/fatih/vim-go
)
`:GoUpdateBinaries`
を実行する
`:GoUpdateBinaries`
を実行する
### rustの補完が機能しない場合
### rustの補完が機能しない
```
bash
```
bash
rustup update
rustup update
rustup component add rls-preview
--toolchain
nightly
rustup component add rls-preview
--toolchain
nightly
...
@@ -766,6 +764,12 @@ rustup component add rust-analysis --toolchain nightly
...
@@ -766,6 +764,12 @@ rustup component add rust-analysis --toolchain nightly
rustup component add rust-src
--toolchain
nightly
rustup component add rust-src
--toolchain
nightly
```
```
### kotlinの補完が機能しない
一度、該当のリポジトリでビルドをしておくこと
```
bash
./gradlew build
```
### フォーマッターがない
### フォーマッターがない
現時点でまともなものは存在しない
現時点でまともなものは存在しない
...
...
...
...