<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://tm.root-n.com/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel>
        <title>Tipsというかメモ unix:command:vim:plugin</title>
        <description></description>
        <link>https://tm.root-n.com/</link>
        <lastBuildDate>Wed, 19 Nov 2025 01:29:15 +0900</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
        <image>
            <url>https://tm.root-n.com/lib/images/favicon.ico</url>
            <title>Tipsというかメモ</title>
            <link>https://tm.root-n.com/</link>
        </image>
        <item>
            <title>プラグイン管理：NeoBundle</title>
            <link>https://tm.root-n.com/unix:command:vim:plugin:neobundle</link>
            <description>プラグイン管理に neobundle.vim を導入


% mkdir -p ~/.vim/bundle
% git clone https://github.com/Shougo/neobundle.vim ~/.vim/bundle/neobundle.vim


.vimrc に下記を追記


&quot;----------------------------------------
&quot; plugin - NeoBundle
&quot;----------------------------------------
set nocompatible
filetype off

if has('vim_starting')
    set runtimepath+=~/.vim/bundle/neobundle.vim
    call neobundle#rc(expand('~/.vim/bundle/'))
endif

&quot; */* : repos on github (git://github.com/*/*.git)
NeoBundle 'Lokaltog/vim-powerline'…</description>
        <category>unix:command:vim:plugin</category>
            <pubDate>Sun, 28 Jun 2015 14:26:16 +0900</pubDate>
        </item>
        <item>
            <title>プラグイン管理：pathogen</title>
            <link>https://tm.root-n.com/unix:command:vim:plugin:pathogen</link>
            <description>プラグイン管理に pathogen.vim を導入


% cd ~/
% mkdir -p .vim/autoload
% mkdir .vim/bundle
% cd .vim
% git clone https://github.com/tpope/vim-pathogen.git
% cd autoload
% ln -s ../vim-pathogen/autoload/pathogen.vim pathogen.vim 


	*  .vimrc に下記を追記</description>
        <category>unix:command:vim:plugin</category>
            <pubDate>Thu, 26 Sep 2013 13:47:53 +0900</pubDate>
        </item>
    </channel>
</rss>
