diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-03 17:17:30 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-03 17:17:30 +0100 |
| commit | 30b4a7f4831f0a092d33702b7f8541b129412ea6 (patch) | |
| tree | 04201bd459221747200149ccad2f60e012f34d5a /lua/user/plugins.lua | |
| parent | e76e2aad1bd8c5c18b0c46b2281a01dfba4a5b6d (diff) | |
| parent | ed7eee18e3833dba8ef02e3a669a582f527bcafd (diff) | |
Merge branch '11-gitsigns' into vgg
Diffstat (limited to 'lua/user/plugins.lua')
| -rw-r--r-- | lua/user/plugins.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index 92c08bc..ded58ec 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -80,6 +80,9 @@ return packer.startup(function(use) run = ":TSUpdate", } use 'JoosepAlviste/nvim-ts-context-commentstring' + + -- Git + use "lewis6991/gitsigns.nvim" use "p00f/nvim-ts-rainbow" use "nvim-treesitter/playground" |
