Added word plugins
This commit is contained in:
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
Submodule pack/bundle/start/gitgutter added at 24cc477895
1
pack/bundle/start/nerdtree
Submodule
1
pack/bundle/start/nerdtree
Submodule
Submodule pack/bundle/start/nerdtree added at 81f3eaba29
1
pack/bundle/start/pencil
Submodule
1
pack/bundle/start/pencil
Submodule
Submodule pack/bundle/start/pencil added at 2135374d48
1
pack/bundle/start/wordchipper
Submodule
1
pack/bundle/start/wordchipper
Submodule
Submodule pack/bundle/start/wordchipper added at 79ed30dbc2
1
pack/bundle/start/wordy
Submodule
1
pack/bundle/start/wordy
Submodule
Submodule pack/bundle/start/wordy added at 667426a017
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
|
||||||
|
Reference in New Issue
Block a user