Skip to content

Commit

Permalink
build: update vim-AdvancedSorters
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangyinzuo committed Aug 17, 2024
1 parent 62aad14 commit f7e5876
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion root/.config/nvim/lua/plugins/vimplug.lua
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ local M = {
{ "axvr/org.vim", ft = "org" },
{ "jiangyinzuo/typst.vim", ft = "typst", branch = "patch-1" },
{
"jiangyinzuo/vim-AdvancedSorters",
"inkarkat/vim-AdvancedSorters",
dependencies = {
"inkarkat/vim-ingo-library",
},
Expand Down
2 changes: 1 addition & 1 deletion root/.vim/vimrc.d/vimplug.vim
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Plug 'axvr/org.vim', { 'for': 'org' }
Plug 'jiangyinzuo/typst.vim', { 'for': 'typst', 'branch': 'patch-1' }

Plug 'inkarkat/vim-ingo-library' " dependency of vim-AdvancedSorters
Plug 'jiangyinzuo/vim-AdvancedSorters'
Plug 'inkarkat/vim-AdvancedSorters'

" Plug 'nordtheme/vim', { 'as': 'nordtheme' }
" Plug 'dracula/vim', { 'as': 'dracula' }
Expand Down

0 comments on commit f7e5876

Please sign in to comment.