From 20ab2e4d2f3404acbdf322fdd4ddbede70863ea0 Mon Sep 17 00:00:00 2001 From: falsycat Date: Sun, 22 Sep 2024 15:39:08 +0900 Subject: [PATCH] add new plugin, fern --- .gitmodules | 3 +++ .vimrc | 6 ++++++ bundle/vim-fern | 1 + 3 files changed, 10 insertions(+) create mode 160000 bundle/vim-fern diff --git a/.gitmodules b/.gitmodules index bdd0138..c574e07 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/.vimrc b/.vimrc index d174587..84ca4f2 100644 --- a/.vimrc +++ b/.vimrc @@ -100,3 +100,9 @@ let g:UltiSnipsExpandTrigger="" let g:UltiSnipsJumpForwardTrigger="" let g:UltiSnipsJumpBackwardTrigger="" let g:UltiSnipsEditSplit="vertical" + + +" +" ---- plugin: Fern +" +nmap f :Fern . -drawer -reveal=% diff --git a/bundle/vim-fern b/bundle/vim-fern new file mode 160000 index 0000000..a675dff --- /dev/null +++ b/bundle/vim-fern @@ -0,0 +1 @@ +Subproject commit a675dff495a0a0fd15663ebbae585c19825a64c5