Fix whitespace and add link to vim-polyglot

This commit is contained in:
Nguyễn Gia Phong 2019-10-16 21:49:35 +07:00
parent a8fa32bb8e
commit 50ec8b2aed
2 changed files with 7 additions and 4 deletions

View File

@ -51,9 +51,12 @@ You can also use Vim 8 built-in package manager:
```sh ```sh
mkdir -p ~/.vim/pack/default/start mkdir -p ~/.vim/pack/default/start
git clone https://github.com/McSinyx/vim-octave.git ~/.vim/pack/default/start/vim-polyglot git clone https://github.com/McSinyx/vim-octave.git ~/.vim/pack/default/start/vim-octave
``` ```
Note that this plugin contributes to
[vim-polyglot](https://github.com/sheerun/vim-polyglot) language pack.
## Usage ## Usage
Add the following lines to your `vimrc` Add the following lines to your `vimrc`

View File

@ -1,9 +1,9 @@
" Vim indent file " Vim indent file
" Language: Octave " Language: Octave
" Maintainer: Nguyễn Gia Phong <vn.mcsinyx@gmail.com> " Maintainer: Nguyễn Gia Phong <vn.mcsinyx@gmail.com>
" Original Maintainer: Marcus Aurelius Farias <marcus.cf@bol.com.br> " Original Maintainer: Marcus Aurelius Farias <marcus.cf@bol.com.br>
" First Author: Max Ischenko <mfi@ukr.net> " First Author: Max Ischenko <mfi@ukr.net>
" Last Change: 2019-10-11 " Last Change: 2019-10-16
" Only load this indent file when no other was loaded. " Only load this indent file when no other was loaded.
if exists("b:did_indent") if exists("b:did_indent")