mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-02 20:09:26 +00:00
[neovim] Add script to check updates for plugins pinned by commitid
This commit is contained in:
@ -43,7 +43,7 @@ return packer.startup(function(use)
|
||||
use({ "wbthomason/packer.nvim", commit = "6afb67460283f0e990d35d229fd38fdc04063e0a" })
|
||||
use({ "nvim-lua/plenary.nvim", commit = "4b7e52044bbb84242158d977a50c4cbcd85070c7" })
|
||||
use({ "windwp/nvim-autopairs", commit = "14cc2a4fc6243152ba085cc2059834113496c60a" })
|
||||
use({ "numToStr/Comment.nvim", tag = "v0.6.1" })
|
||||
use({ "numToStr/Comment.nvim", tag = "v0.*" })
|
||||
use({ "JoosepAlviste/nvim-ts-context-commentstring", commit = "4d3a68c41a53add8804f471fcc49bb398fe8de08" })
|
||||
use({ "kyazdani42/nvim-web-devicons", commit = "563f3635c2d8a7be7933b9e547f7c178ba0d4352" })
|
||||
use({ "akinsho/bufferline.nvim", tag = "v2.*" })
|
||||
|
Reference in New Issue
Block a user