mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-11-01 02:41:13 +00:00
[neovim] Switch auto-save plugin to a fork due to lack of maintenance
This commit is contained in:
parent
017ba8baa2
commit
efbd6fe295
@ -51,7 +51,7 @@ return packer.startup(function(use)
|
|||||||
use({ "nvim-lualine/lualine.nvim", commit = "edca2b03c724f22bdc310eee1587b1523f31ec7c" })
|
use({ "nvim-lualine/lualine.nvim", commit = "edca2b03c724f22bdc310eee1587b1523f31ec7c" })
|
||||||
use({ "lewis6991/impatient.nvim", commit = "b842e16ecc1a700f62adb9802f8355b99b52a5a6" })
|
use({ "lewis6991/impatient.nvim", commit = "b842e16ecc1a700f62adb9802f8355b99b52a5a6" })
|
||||||
use({ "lukas-reineke/indent-blankline.nvim", tag = "v2.*" })
|
use({ "lukas-reineke/indent-blankline.nvim", tag = "v2.*" })
|
||||||
use({ "Pocco81/auto-save.nvim", commit = "2c7a2943340ee2a36c6a61db812418fca1f57866" })
|
use({ "nvim-zh/auto-save.nvim", commit = "4b59610e1318f8a89501cee9d47a0e8650f0a4d5" })
|
||||||
use({ "gelguy/wilder.nvim", commit = "679f348dc90d80ff9ba0e7c470c40a4d038dcecf" })
|
use({ "gelguy/wilder.nvim", commit = "679f348dc90d80ff9ba0e7c470c40a4d038dcecf" })
|
||||||
use({ "romgrk/fzy-lua-native", commit = "085c7d262aa35cc55a8523e8c1618d398bf717a7", run = "make" })
|
use({ "romgrk/fzy-lua-native", commit = "085c7d262aa35cc55a8523e8c1618d398bf717a7", run = "make" })
|
||||||
use({ "mg979/vim-visual-multi", tag = "v0.*" })
|
use({ "mg979/vim-visual-multi", tag = "v0.*" })
|
||||||
|
Loading…
Reference in New Issue
Block a user