From 0d7d652899e6e93e2aeecf13644ef021ce24b2a4 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Tue, 11 Apr 2023 16:30:16 -0700 Subject: [PATCH] dirvish --- .config/nvim/fnl/init.fnl | 4 ++++ .gitmodules | 10 +++++----- .local/share/nvim/site/pack/alpha/start/dirvish | 1 + .local/share/nvim/site/pack/alpha/start/vinegar | 1 - 4 files changed, 10 insertions(+), 6 deletions(-) create mode 160000 .local/share/nvim/site/pack/alpha/start/dirvish delete mode 160000 .local/share/nvim/site/pack/alpha/start/vinegar diff --git a/.config/nvim/fnl/init.fnl b/.config/nvim/fnl/init.fnl index 43a416f..3a3d317 100644 --- a/.config/nvim/fnl/init.fnl +++ b/.config/nvim/fnl/init.fnl @@ -195,6 +195,10 @@ (let [{: setup} (require :fidget)] (setup)) +;; dirvish + +(set vim.g.dirvish_mode ":sort ,^.*[\\/],") + ;;; generate help files ;; Load all plugins now. diff --git a/.gitmodules b/.gitmodules index 2e39223..6fd3944 100644 --- a/.gitmodules +++ b/.gitmodules @@ -191,11 +191,6 @@ url = https://github.com/tpope/vim-sensible.git branch = master shallow = true -[submodule "vinegar"] - path = .local/share/nvim/site/pack/alpha/start/vinegar - url = https://github.com/tpope/vim-vinegar.git - branch = master - shallow = true [submodule "surround"] path = .local/share/nvim/site/pack/alpha/start/surround url = https://github.com/tpope/vim-surround.git @@ -293,3 +288,8 @@ url = https://github.com/j-hui/fidget.nvim.git branch = main shallow = true +[submodule "dirvish"] + path = .local/share/nvim/site/pack/alpha/start/dirvish + url = https://github.com/justinmk/vim-dirvish.git + branch = master + shallow = true diff --git a/.local/share/nvim/site/pack/alpha/start/dirvish b/.local/share/nvim/site/pack/alpha/start/dirvish new file mode 160000 index 0000000..6233243 --- /dev/null +++ b/.local/share/nvim/site/pack/alpha/start/dirvish @@ -0,0 +1 @@ +Subproject commit 6233243f0caa71d27d27ea102540a88bce8eb6ea diff --git a/.local/share/nvim/site/pack/alpha/start/vinegar b/.local/share/nvim/site/pack/alpha/start/vinegar deleted file mode 160000 index bb1bcdd..0000000 --- a/.local/share/nvim/site/pack/alpha/start/vinegar +++ /dev/null @@ -1 +0,0 @@ -Subproject commit bb1bcddf43cfebe05eb565a84ab069b357d0b3d6