add new plugin, fern

This commit is contained in:
2024-09-22 15:39:08 +09:00
parent 9e41e78842
commit 20ab2e4d2f
3 changed files with 10 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -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
View File

@@ -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

Submodule bundle/vim-fern added at a675dff495