add new plugin, fern
This commit is contained in:
parent
9e41e78842
commit
20ab2e4d2f
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -28,3 +28,6 @@
|
|||||||
[submodule "bundle/vim-transparent"]
|
[submodule "bundle/vim-transparent"]
|
||||||
path = bundle/vim-transparent
|
path = bundle/vim-transparent
|
||||||
url = https://github.com/tribela/vim-transparent
|
url = https://github.com/tribela/vim-transparent
|
||||||
|
[submodule "bundle/vim-fern"]
|
||||||
|
path = bundle/vim-fern
|
||||||
|
url = https://github.com/lambdalisue/vim-fern
|
||||||
|
6
.vimrc
6
.vimrc
@ -100,3 +100,9 @@ let g:UltiSnipsExpandTrigger="<tab>"
|
|||||||
let g:UltiSnipsJumpForwardTrigger="<tab>"
|
let g:UltiSnipsJumpForwardTrigger="<tab>"
|
||||||
let g:UltiSnipsJumpBackwardTrigger="<S-tab>"
|
let g:UltiSnipsJumpBackwardTrigger="<S-tab>"
|
||||||
let g:UltiSnipsEditSplit="vertical"
|
let g:UltiSnipsEditSplit="vertical"
|
||||||
|
|
||||||
|
|
||||||
|
"
|
||||||
|
" ---- plugin: Fern
|
||||||
|
"
|
||||||
|
nmap <Space>f :Fern . -drawer -reveal=%<CR>
|
||||||
|
1
bundle/vim-fern
Submodule
1
bundle/vim-fern
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit a675dff495a0a0fd15663ebbae585c19825a64c5
|
Loading…
Reference in New Issue
Block a user