Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5608

vim8.1.1 カラースキームの簡易適用手順

$
0
0

vimのupdate(8.1.1)が原因なのか現状不明だけど
deinを利用して適用していたvimのカラースキームが読み込まれなくなっていたので
取り急ぎカラースキームを反映させる応急処置の作業メモ

参考

https://qiita.com/godgarden/items/9bded65665834438cc3e

vimのカラースキーム適用作業

自分の場合は
luciusのカラースキームを適用させたいので。。。
(他のカラースキームでも、GitHubのURLカラースキーム名を置換えればなんでも対応可能かと)

#.vim が存在しなければ「mkdir ~/.vim」で作成cd ~/.vim
mkdir colors

#gitから最新のみ複製
git clone --depth 1 https://github.com/jonathanfilip/vim-lucius
#ファイル移動mv vim-lucius/colors/lucius.vim ~/.vim/colors/

vim ~/.vimrc

.vimrc内の最初に下記を追記。(先頭行でないと反映出来なかった。。。)

~/.vimrc
colorscheme lucius

再読込して反映されてるか確認

vim ~/.vimrc

とりあえずこれでカラースキームは
読み込めた。。。


Viewing all articles
Browse latest Browse all 5608

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>