Skip to content

Commit

Permalink
Add toml plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansick committed Apr 14, 2015
1 parent a3a150c commit aaed6cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Expand Up @@ -82,3 +82,7 @@
path = bundle/obsession
url = git@github.com:tpope/vim-obsession.git
ignore = dirty
[submodule "bundle/toml"]
path = bundle/toml
url = git@github.com:cespare/vim-toml.git
ignore = dirty
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -57,6 +57,7 @@ My vim configuration is derived from work by [John Anderson][anderson]. As descr
- `:Autoformat` to format the entire file
- `gq` to format a visual selection.
* [VimRoom](https://mikewest.github.io/vimroom/) — setup a clean writing layout with short line lengths. Enable with `<leader>V`. Pairs well with the `:WP` mode.
* [toml](https://github.com/avakar/pytoml) for formatting [TOML](https://github.com/toml-lang/toml) files.

## Other features/mappings

Expand Down
1 change: 1 addition & 0 deletions bundle/toml
Submodule toml added at 190a55

0 comments on commit aaed6cb

Please sign in to comment.