main
Alpha Chen 1 year ago
parent 0cb65b0d84
commit 0d7d652899
No known key found for this signature in database

@ -195,6 +195,10 @@
(let [{: setup} (require :fidget)] (let [{: setup} (require :fidget)]
(setup)) (setup))
;; dirvish
(set vim.g.dirvish_mode ":sort ,^.*[\\/],")
;;; generate help files ;;; generate help files
;; Load all plugins now. ;; Load all plugins now.

10
.gitmodules vendored

@ -191,11 +191,6 @@
url = https://github.com/tpope/vim-sensible.git url = https://github.com/tpope/vim-sensible.git
branch = master branch = master
shallow = true 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"] [submodule "surround"]
path = .local/share/nvim/site/pack/alpha/start/surround path = .local/share/nvim/site/pack/alpha/start/surround
url = https://github.com/tpope/vim-surround.git url = https://github.com/tpope/vim-surround.git
@ -293,3 +288,8 @@
url = https://github.com/j-hui/fidget.nvim.git url = https://github.com/j-hui/fidget.nvim.git
branch = main branch = main
shallow = true 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

@ -0,0 +1 @@
Subproject commit 6233243f0caa71d27d27ea102540a88bce8eb6ea

@ -1 +0,0 @@
Subproject commit bb1bcddf43cfebe05eb565a84ab069b357d0b3d6
Loading…
Cancel
Save