diff options
| author | Nanderty <psopka@sopka.ch> | 2023-10-16 22:18:34 +0200 |
|---|---|---|
| committer | Nanderty <psopka@sopka.ch> | 2023-10-16 22:18:34 +0200 |
| commit | b4399bedea5e8b3fb6612b4c5483248f09089efc (patch) | |
| tree | acac509ca1249ef3c5d11e0170fff0e0addd16f9 /lua | |
| parent | a7afcb4435e5a13391516b7f64a704f3acf720a9 (diff) | |
| download | neovim-config-b4399bedea5e8b3fb6612b4c5483248f09089efc.tar.gz neovim-config-b4399bedea5e8b3fb6612b4c5483248f09089efc.tar.bz2 neovim-config-b4399bedea5e8b3fb6612b4c5483248f09089efc.zip | |
new git plugin final test
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins/general.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lua/plugins/general.lua b/lua/plugins/general.lua index c80934c..6f7afc5 100644 --- a/lua/plugins/general.lua +++ b/lua/plugins/general.lua @@ -16,7 +16,6 @@ return { end, }, { - 'NeogitOrg/neogit', keys = { { '<leader>a', function() require('neogit').open() end, desc = 'git' }, @@ -24,7 +23,7 @@ return { dependencies = { 'nvim-lua/plenary.nvim', }, - config = true + config = true }, { 'ludovicchabant/vim-gutentags', |
