From 87e3c85197130184868e59194694a5f4f24f19ee Mon Sep 17 00:00:00 2001 From: Andrea Mistrali Date: Tue, 11 Feb 2020 17:16:03 +0100 Subject: [PATCH] Added textformat and remade docs --- .gitignore | 2 + .gitmodules | 3 ++ pack/local/start/akel/doc/akel.txt | 70 ++++++++++++++++++++---------- pack/local/start/akel/doc/tags | 19 ++++---- pack/local/start/textformat.vim | 1 + 5 files changed, 64 insertions(+), 31 deletions(-) create mode 160000 pack/local/start/textformat.vim diff --git a/.gitignore b/.gitignore index ee4df65..4b60155 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ bundle/ gvimrc.local vimrc.local .netrwhist +*~ +*.swp diff --git a/.gitmodules b/.gitmodules index 7dc4d6b..95de570 100644 --- a/.gitmodules +++ b/.gitmodules @@ -64,3 +64,6 @@ [submodule "pack/local/opt/vim-snippets"] path = pack/local/opt/vim-snippets url = https://github.com/honza/vim-snippets.git +[submodule "pack/local/start/textformat.vim"] + path = pack/local/start/textformat.vim + url = https://github.com/jozip/textformat.vim.git diff --git a/pack/local/start/akel/doc/akel.txt b/pack/local/start/akel/doc/akel.txt index 3764718..9a3bc8d 100644 --- a/pack/local/start/akel/doc/akel.txt +++ b/pack/local/start/akel/doc/akel.txt @@ -1,21 +1,22 @@ -*akmap.txt* Andre Vim mappings +*akel.txt* Andre Vim mappings -1. Overview |akmap-intro| -2. Toggles |akmap-toggles| -3. OS Interaction |akmap-os| -4. Developer |akmap-dev| -5. Commenter |akmap-commenter| -6. Text |akmap-text| -7. Misc |akmap-misc| -7. Version |akmap-ver| +1. Overview |akel-intro| +2. Toggles |akel-toggles| +3. OS Interaction |akel-os| +4. Developer |akel-dev| +5. Commenter |akel-commenter| +6. Text |akel-text| +7. Misc |akel-misc| +9. Plugins |akel-plugins| +10. Version |akel-ver| ====================================================================== - *akmap-intro* + *akel-intro* 1. Overview~ <,hh> - Show this file - *akmap-toggles* + *akel-toggles* 2. Toggles~ ,l - Toggle list |list| ,N - Toggle line numbers |numbers| @@ -26,19 +27,17 @@ ,n - Toggle NERD Tree (file browser) |NERDTree| ,T - Toggle tags list |taglist.txt| - *akmap-os* + *akel-os* 3. OS interaction~ ,ts - Open terminal window, splitting |ConqueTerm| ,tt - Open terminal window, new tab |ConqueTerm| -,of - Open Filemanager (Finder) in actual directory - *akmap-dev* + *akel-dev* 4. Developer~ ,ml - Append modeline ,ff - Javascript beautifier -,pw - PyDoc - *akmap-commenter* + *akel-commenter* 5. Commenter~ See |NERDCommenter| @@ -49,7 +48,7 @@ See |NERDCommenter| ,ca - Alternate delimiters ,cs - Sexy comments (nicer) - *akmap-text* + *akel-text* 6. Text~ See |textformat| @@ -58,7 +57,7 @@ See |textformat| ,al - Align left ,ar - Align right - *akmap-misc* + *akel-misc* 7. Misc~ In command or insertion mode: @@ -81,10 +80,37 @@ On OSX: - Move block up - Move block down - *akmap-ver* -8. Version~ + + *akel-plugins* +8. Plugins + +Adding a package: + + For autostart plugins + $ cd pack/local/start + $ git submodule add + + For ondemand plugins + $ cd pack/local/opt + $ git submodule add + +Removing a package: + + For autostart plugin + $ cd pack/local/start + $ git submodule deinit + + For ondemand plugin + $ cd pack/local/opt + $ git submodule deinit + +Updating packages: + + For all plugins + $ git submodule update --remote --merge + + *akel-ver* +10. Version~ Author: Andrea Mistrali -Version: $Id$ -Last change: $Date$ vim:tw=78:ts=8:ft=help:norl: diff --git a/pack/local/start/akel/doc/tags b/pack/local/start/akel/doc/tags index 81508b9..ad4353e 100644 --- a/pack/local/start/akel/doc/tags +++ b/pack/local/start/akel/doc/tags @@ -1,9 +1,10 @@ -akmap-commenter akel.txt /*akmap-commenter* -akmap-dev akel.txt /*akmap-dev* -akmap-intro akel.txt /*akmap-intro* -akmap-misc akel.txt /*akmap-misc* -akmap-os akel.txt /*akmap-os* -akmap-text akel.txt /*akmap-text* -akmap-toggles akel.txt /*akmap-toggles* -akmap-ver akel.txt /*akmap-ver* -akmap.txt akel.txt /*akmap.txt* +akel-commenter akel.txt /*akel-commenter* +akel-dev akel.txt /*akel-dev* +akel-intro akel.txt /*akel-intro* +akel-misc akel.txt /*akel-misc* +akel-os akel.txt /*akel-os* +akel-plugins akel.txt /*akel-plugins* +akel-text akel.txt /*akel-text* +akel-toggles akel.txt /*akel-toggles* +akel-ver akel.txt /*akel-ver* +akel.txt akel.txt /*akel.txt* diff --git a/pack/local/start/textformat.vim b/pack/local/start/textformat.vim new file mode 160000 index 0000000..455539e --- /dev/null +++ b/pack/local/start/textformat.vim @@ -0,0 +1 @@ +Subproject commit 455539e0e8221fc50d27672941884647eb56ee65