aboutsummaryrefslogtreecommitdiff
path: root/vim/.vim/plugged/vim-pug/README.markdown
diff options
context:
space:
mode:
authorKumar Damani <damani.kumar@gmail.com>2019-05-16 22:16:09 +0000
committerKumar Damani <damani.kumar@gmail.com>2019-05-16 22:16:09 +0000
commit12564a8f73ebe721d415a04d36f7aac7091bea9d (patch)
treebbc8a6bf6aabe832b3ee435eaa605dcac655fc5f /vim/.vim/plugged/vim-pug/README.markdown
parent1241da7ab7a4e91248391ee9b045267bcbbeee4f (diff)
updating vimrc
Diffstat (limited to 'vim/.vim/plugged/vim-pug/README.markdown')
-rw-r--r--vim/.vim/plugged/vim-pug/README.markdown21
1 files changed, 0 insertions, 21 deletions
diff --git a/vim/.vim/plugged/vim-pug/README.markdown b/vim/.vim/plugged/vim-pug/README.markdown
deleted file mode 100644
index 7665388..0000000
--- a/vim/.vim/plugged/vim-pug/README.markdown
+++ /dev/null
@@ -1,21 +0,0 @@
-# vim-pug #
-
-Vim syntax highlighting for Pug (formerly Jade) templates.
-
-For best results consider using this with an (improved) HTML5 syntax plugin.
-
-Installation
-------------
-
-I prefer to install plugins using Tim Pope's
-[pathogen.vim](https://github.com/tpope/vim-pathogen). Installation using
-pathogen is quite simple.
-
- cd ~/.vim/bundle
- git clone git://github.com/digitaltoad/vim-pug.git
-
-If you do not want to use pathogen. You can always install vim-pug in the
-normal manner by copying each directory to your ~/.vim directory. Make sure
-not to overwrite any existing directory of the same name and instead copy only
-the contents of the source directory to the directory of the same name in your
-~/.vim directory.