This website works better with JavaScript.
Home
Explore
Help
Sign In
Deuchnord
/
Vimconf
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
2
Releases
0
Activity
Labels
Milestones
New Pull Request
#7
Remove npm install
Merged
Deuchnord
merged 1 commits from
fix/markdown
into
master
6 years ago
Conversation
0
Commits
1
Files Changed
1
1 changed files
with
0 additions
and
2 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
scripts/activate-markdown
+ 0
- 2
scripts/activate-markdown
View File
@@ -35,8 +35,6 @@ fi
echo "Activating Markdown support..."
sudo npm -g install instant-markdown-d
cat ~/.vimrc | sed "s/\" Plugin 'suan\/vim-instant-markdown'/Plugin 'suan\/vim-instant-markdown'/" > ~/.vimrc.tmp
rm ~/.vimrc
mv ~/.vimrc.tmp ~/.vimrc
Write
Preview
Loading…
Cancel
Save