Added word plugins
This commit is contained in:
@@ -0,0 +1 @@
|
||||
.netrwhist
|
||||
+19
@@ -4,3 +4,22 @@
|
||||
[submodule "pack/bundle/start/hexHighlight"]
|
||||
path = pack/bundle/start/hexHighlight
|
||||
url = https://github.com/coldfix/hexHighlight.git
|
||||
[submodule "pack/bundle/start/nerdtree"]
|
||||
path = pack/bundle/start/nerdtree
|
||||
url = ssh://git@betalupi.com:33/vim-plugins/nerdtree.git
|
||||
[submodule "vim-boxdraw/"]
|
||||
url = ssh://git@betalupi.com:33/vim-plugins/boxdraw.git
|
||||
[submodule "hexHighlight"]
|
||||
url = https://git.betalupi.com/vim-plugins/hex-highlight
|
||||
[submodule "pack/bundle/start/gitgutter"]
|
||||
path = pack/bundle/start/gitgutter
|
||||
url = ssh://git@betalupi.com:33/vim-plugins/gitgutter.git
|
||||
[submodule "pack/bundle/start/pencil"]
|
||||
path = pack/bundle/start/pencil
|
||||
url = ssh://git@betalupi.com:33/vim-plugins/pencil.git
|
||||
[submodule "pack/bundle/start/wordy"]
|
||||
path = pack/bundle/start/wordy
|
||||
url = ssh://git@betalupi.com:33/vim-plugins/wordy.git
|
||||
[submodule "pack/bundle/start/wordchipper"]
|
||||
path = pack/bundle/start/wordchipper
|
||||
url = ssh://git@betalupi.com:33/vim-plugins/wordchipper.git
|
||||
|
||||
Submodule
+1
Submodule pack/bundle/start/gitgutter added at 24cc477895
Submodule
+1
Submodule pack/bundle/start/nerdtree added at 81f3eaba29
Submodule
+1
Submodule pack/bundle/start/pencil added at 2135374d48
Submodule
+1
Submodule pack/bundle/start/wordchipper added at 79ed30dbc2
Submodule
+1
Submodule pack/bundle/start/wordy added at 667426a017
@@ -248,3 +248,11 @@ endif
|
||||
|
||||
nmap <F2> <Plug>ToggleHexHighlight
|
||||
|
||||
"filetype plugin on " may already be in your .vimrc
|
||||
|
||||
let g:pencil#textwidth = 70
|
||||
augroup pencil
|
||||
autocmd!
|
||||
autocmd FileType markdown,mkd call pencil#init({'wrap': 'soft'})
|
||||
autocmd FileType text call pencil#init()
|
||||
augroup END
|
||||
|
||||
Reference in New Issue
Block a user