diff options
| author | listout <listout@protonmail.com> | 2023-04-02 05:51:33 +0000 |
|---|---|---|
| committer | listout <listout@protonmail.com> | 2023-04-02 05:51:33 +0000 |
| commit | 5668fccf48c9a3faef6498af50ab921a731412d7 (patch) | |
| tree | 7335f13f26ce3f7b7191755d78c1f6bf55cd3a70 /lua/plugins/plugins.lua | |
| parent | ce6af2ae41e7a59d590eed4d352c1966e134f395 (diff) | |
| download | nvim-5668fccf48c9a3faef6498af50ab921a731412d7.tar.gz | |
nvim: using lualine
Signed-off-by: listout <listout@protonmail.com>
Diffstat (limited to '')
| -rw-r--r-- | lua/plugins/plugins.lua | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
