mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-08 17:21:23 +01:00
Modified comment for gitsigns plugin
This commit is contained in:
parent
6a43159df0
commit
de33d9f730
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ return packer.startup(function(use)
|
||||||
use("windwp/nvim-ts-autotag") -- autoclose tags
|
use("windwp/nvim-ts-autotag") -- autoclose tags
|
||||||
|
|
||||||
-- git integration
|
-- git integration
|
||||||
use("lewis6991/gitsigns.nvim")
|
use("lewis6991/gitsigns.nvim") -- show line modifications on left hand side
|
||||||
|
|
||||||
if packer_bootstrap then
|
if packer_bootstrap then
|
||||||
require("packer").sync()
|
require("packer").sync()
|
||||||
|
|
Loading…
Reference in a new issue