From 5668fccf48c9a3faef6498af50ab921a731412d7 Mon Sep 17 00:00:00 2001 From: listout Date: Sun, 2 Apr 2023 11:21:33 +0530 Subject: nvim: using lualine Signed-off-by: listout --- lua/plugins/plugins.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lua/plugins/plugins.lua') diff --git a/lua/plugins/plugins.lua b/lua/plugins/plugins.lua index ec30d0e..e3728e9 100644 --- a/lua/plugins/plugins.lua +++ b/lua/plugins/plugins.lua @@ -52,6 +52,7 @@ return packer.startup(function(use) use {'saadparwaiz1/cmp_luasnip'} -- Snippets source for nvim-cmp use {'L3MON4D3/LuaSnip'} -- Snippets plugin use {"rafamadriz/friendly-snippets"} + use({"petertriho/cmp-git", requires = "nvim-lua/plenary.nvim"}) -- Show color under hex codes use {'norcalli/nvim-colorizer.lua'} @@ -87,6 +88,8 @@ return packer.startup(function(use) -- Show git signs and stage hunks use { 'lewis6991/gitsigns.nvim' } + use { 'nvim-lualine/lualine.nvim' } + -- Automatically set up your configuration after cloning packer.nvim -- Put this at the end after all plugins if packer_bootstrap then -- cgit v1.2.3