Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ endif

call plug#begin('~/.local/share/nvim/plugged')

Plug 'nvim-neo-tree/neo-tree.nvim', { 'commit': 'dda4c9e' }
Plug 'nvim-neo-tree/neo-tree.nvim', { 'commit': '84c75e7' }

" BEGIN neo-tree dependencies
"
Plug 'MunifTanjim/nui.nvim', { 'commit': '61574ce' }
Plug 'MunifTanjim/nui.nvim', { 'commit': 'de74099' }
Plug 's1n7ax/nvim-window-picker', { 'commit': 'v2.4.0' }

" also plenary, which is installed below in telescope dependencies
Expand All @@ -37,7 +37,7 @@ Plug 'ElmCast/elm-vim', { 'commit': '4b71fac' }

Plug 'vmchale/dhall-vim', { 'commit': 'bd9fd99' }

Plug 'sbdchd/neoformat', { 'commit': '719b79b' }
Plug 'sbdchd/neoformat', { 'commit': '9d95e5c' }

Plug 'jreybert/vimagit', { 'commit': 'fc7eda9' }

Expand All @@ -49,7 +49,7 @@ Plug 'gcmt/taboo.vim', { 'commit': '937f67a' }

Plug 'nicwest/vim-http', { 'commit': '87ba1fa' }

Plug 'liuchengxu/vim-which-key', { 'commit': '470cd19' }
Plug 'liuchengxu/vim-which-key', { 'commit': '72a4267' }

Plug 'dag/vim-fish', { 'commit': '50b95cb' }

Expand All @@ -64,7 +64,7 @@ Plug 'nvim-lua/popup.nvim', { 'commit': 'b7404d3' }
Plug 'nvim-lua/plenary.nvim', { 'commit': '857c5ac' } " also a neo-tree-dependencies
" END telescope dependencies

Plug 'nvim-telescope/telescope.nvim', { 'commit': '5899106' }
Plug 'nvim-telescope/telescope.nvim', { 'commit': '5255aa2' }

Plug 'nvim-telescope/telescope-file-browser.nvim', { 'commit': '626998e' }

Expand All @@ -74,9 +74,9 @@ Plug 'hrsh7th/cmp-path', { 'commit': '91ff86c' }
Plug 'hrsh7th/cmp-cmdline', { 'commit': '8ee981b' }
Plug 'hrsh7th/nvim-cmp', { 'commit': '5a11682' }

Plug 'dyng/ctrlsf.vim', { 'commit': '32236a8' }
Plug 'dyng/ctrlsf.vim', { 'commit': '50186c5' }

Plug 'mbbill/undotree', { 'commit': 'b951b87' }
Plug 'mbbill/undotree', { 'commit': '6fa6b57' }

call plug#end()

Expand Down