Added word plugins
This commit is contained in:
parent
896b2f58b6
commit
27c47c93bf
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.netrwhist
|
19
.gitmodules
vendored
19
.gitmodules
vendored
@ -4,3 +4,22 @@
|
|||||||
[submodule "pack/bundle/start/hexHighlight"]
|
[submodule "pack/bundle/start/hexHighlight"]
|
||||||
path = pack/bundle/start/hexHighlight
|
path = pack/bundle/start/hexHighlight
|
||||||
url = https://github.com/coldfix/hexHighlight.git
|
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
|
||||||
|
1
pack/bundle/start/gitgutter
Submodule
1
pack/bundle/start/gitgutter
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 24cc47789557827209add5881c226243711475ce
|
1
pack/bundle/start/nerdtree
Submodule
1
pack/bundle/start/nerdtree
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 81f3eaba295b3fceb2d032db57e5eae99ae480f8
|
1
pack/bundle/start/pencil
Submodule
1
pack/bundle/start/pencil
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 2135374d48a7cb89efd5e818c12bb0ff450dfbb4
|
1
pack/bundle/start/wordchipper
Submodule
1
pack/bundle/start/wordchipper
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 79ed30dbc2b5127fb85b13a613d26ddf336c8433
|
1
pack/bundle/start/wordy
Submodule
1
pack/bundle/start/wordy
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 667426a0171787b2620dffa5b2d7c01c9040237f
|
8
vimrc
8
vimrc
@ -248,3 +248,11 @@ endif
|
|||||||
|
|
||||||
nmap <F2> <Plug>ToggleHexHighlight
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user