From e488567749d9df46d364e9e5505c4cd4ac8559d4 Mon Sep 17 00:00:00 2001 From: Andrea Mistrali Date: Thu, 28 Oct 2021 20:17:56 +0200 Subject: [PATCH] Update modules and fix airline symbols --- .gitignore | 1 + pack/local/start/akel/doc/akel.txt | 116 --------------------------- pack/local/start/nerdtree | 2 +- pack/local/start/nerdtree-git-plugin | 2 +- pack/local/start/nginx.vim | 2 +- pack/local/start/vim-airline | 2 +- pack/local/start/vim-fugitive | 2 +- pack/local/start/vim-gitgutter | 2 +- pack/local/start/vim-template | 2 +- vimrc | 11 ++- 10 files changed, 13 insertions(+), 129 deletions(-) delete mode 100644 pack/local/start/akel/doc/akel.txt diff --git a/.gitignore b/.gitignore index 01db1de..7d952b9 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ vimrc.local *.swp .DS_Store Session.vim +*/docs/tags diff --git a/pack/local/start/akel/doc/akel.txt b/pack/local/start/akel/doc/akel.txt deleted file mode 100644 index 9a3bc8d..0000000 --- a/pack/local/start/akel/doc/akel.txt +++ /dev/null @@ -1,116 +0,0 @@ -*akel.txt* Andre Vim mappings - -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| - -====================================================================== - - *akel-intro* -1. Overview~ -<,hh> - Show this file - - *akel-toggles* -2. Toggles~ -,l - Toggle list |list| -,N - Toggle line numbers |numbers| -,x - Toggle paste |paste| -,f - Toggle Full screen - - -,n - Toggle NERD Tree (file browser) |NERDTree| -,T - Toggle tags list |taglist.txt| - - *akel-os* -3. OS interaction~ -,ts - Open terminal window, splitting |ConqueTerm| -,tt - Open terminal window, new tab |ConqueTerm| - - *akel-dev* -4. Developer~ -,ml - Append modeline -,ff - Javascript beautifier - - *akel-commenter* -5. Commenter~ -See |NERDCommenter| - -,cc - Comment -,cu - Uncomment -,ci - Invert comment status (decomment if commented, comment else) -,cy - Yank and comment -,ca - Alternate delimiters -,cs - Sexy comments (nicer) - - *akel-text* -6. Text~ -See |textformat| - -,ac - Align center -,aj - Align justify -,al - Align left -,ar - Align right - - *akel-misc* -7. Misc~ - -In command or insertion mode: - -On Linux: - - Move line up - - Move line down - -On OSX: - - Move line up - - Move line down - -In Visual mode: - -On Linux: - - Move block up - - Move block down - -On OSX: - - Move block up - - Move block down - - - *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 - -vim:tw=78:ts=8:ft=help:norl: diff --git a/pack/local/start/nerdtree b/pack/local/start/nerdtree index 0e71462..9310f91 160000 --- a/pack/local/start/nerdtree +++ b/pack/local/start/nerdtree @@ -1 +1 @@ -Subproject commit 0e71462f90fb4bd09121eeba829512cc24ab5c97 +Subproject commit 9310f91476a94ee9c2f3a587171893743a343e26 diff --git a/pack/local/start/nerdtree-git-plugin b/pack/local/start/nerdtree-git-plugin index ff9b14f..e1fe727 160000 --- a/pack/local/start/nerdtree-git-plugin +++ b/pack/local/start/nerdtree-git-plugin @@ -1 +1 @@ -Subproject commit ff9b14f14dceecb6c08cb05053ad649c3b6ac250 +Subproject commit e1fe727127a813095854a5b063c15e955a77eafb diff --git a/pack/local/start/nginx.vim b/pack/local/start/nginx.vim index 7b8e3ef..ceeab16 160000 --- a/pack/local/start/nginx.vim +++ b/pack/local/start/nginx.vim @@ -1 +1 @@ -Subproject commit 7b8e3ef48d8e60fe64bb1a85be52e66dd412c84d +Subproject commit ceeab164880ad90e73ab1be31dc3932777b9ef20 diff --git a/pack/local/start/vim-airline b/pack/local/start/vim-airline index 0de4c9d..26f9227 160000 --- a/pack/local/start/vim-airline +++ b/pack/local/start/vim-airline @@ -1 +1 @@ -Subproject commit 0de4c9df21abf9256091d205148601f718d3a12c +Subproject commit 26f922753a288df639b8d05d13ed62b9b04a26bc diff --git a/pack/local/start/vim-fugitive b/pack/local/start/vim-fugitive index 2d3e83a..a678543 160000 --- a/pack/local/start/vim-fugitive +++ b/pack/local/start/vim-fugitive @@ -1 +1 @@ -Subproject commit 2d3e83abe31952552dca1634a2ae2e0c36f3688c +Subproject commit a67854368ea9810936d57e3fea00a4c05bf47c26 diff --git a/pack/local/start/vim-gitgutter b/pack/local/start/vim-gitgutter index 549fb96..256702d 160000 --- a/pack/local/start/vim-gitgutter +++ b/pack/local/start/vim-gitgutter @@ -1 +1 @@ -Subproject commit 549fb96d5890d5225afda070ca041468c2c770e5 +Subproject commit 256702dd1432894b3607d3de6cd660863b331818 diff --git a/pack/local/start/vim-template b/pack/local/start/vim-template index 618d3f2..233b201 160000 --- a/pack/local/start/vim-template +++ b/pack/local/start/vim-template @@ -1 +1 @@ -Subproject commit 618d3f2713ab300b9d8e755fd9fbc43d4f394d7e +Subproject commit 233b201a308335600614a5c1a3034636a620d05b diff --git a/vimrc b/vimrc index 13e67f9..9e11555 100644 --- a/vimrc +++ b/vimrc @@ -138,15 +138,14 @@ if !exists('g:airline_symbols') endif " unicode symbols -let g:airline_left_sep = '▶' -let g:airline_right_sep = '◀' -" let g:airline_symbols.linenr = '¶' +let g:airline_left_sep = '' +let g:airline_right_sep = '' let g:airline_symbols.linenr = '㏑' let g:airline_symbols.colnr = '' let g:airline_symbols.branch = '⎇' -" let g:airline_symbols.paste = 'Þ' -let g:airline_symbols.paste = '✘' -let g:airline_symbols.whitespace = 'Ξ' +let g:airline_symbols.paste = 'ρ' +" let g:airline_symbols.paste = '✘' +" let g:airline_symbols.whitespace = 'Ξ' let g:airline#extensions#whitespace#show_message = 0 """""""""""