add new plugin, fern
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -28,3 +28,6 @@
|
||||
[submodule "bundle/vim-transparent"]
|
||||
path = bundle/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:UltiSnipsJumpBackwardTrigger="<S-tab>"
|
||||
let g:UltiSnipsEditSplit="vertical"
|
||||
|
||||
|
||||
"
|
||||
" ---- plugin: Fern
|
||||
"
|
||||
nmap <Space>f :Fern . -drawer -reveal=%<CR>
|
||||
|
1
bundle/vim-fern
Submodule
1
bundle/vim-fern
Submodule
Submodule bundle/vim-fern added at a675dff495
Reference in New Issue
Block a user