Install git-conflict and nvim-pqf
This commit is contained in:
parent
96f2231bcc
commit
13d270e65a
@ -464,6 +464,18 @@ return require('packer').startup(function(use)
|
|||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
use 'NoahTheDuke/vim-just'
|
use 'NoahTheDuke/vim-just'
|
||||||
|
use {
|
||||||
|
'yorickpeterse/nvim-pqf',
|
||||||
|
config = function()
|
||||||
|
require('plugins.nvim-pqf')
|
||||||
|
end,
|
||||||
|
}
|
||||||
|
use {
|
||||||
|
'akinsho/git-conflict.nvim',
|
||||||
|
config = function()
|
||||||
|
require('plugins.git-conflict-nvim')
|
||||||
|
end,
|
||||||
|
}
|
||||||
|
|
||||||
-- Automatically set up your configuration after cloning packer.nvim
|
-- Automatically set up your configuration after cloning packer.nvim
|
||||||
-- Put this at the end after all plugins
|
-- Put this at the end after all plugins
|
||||||
|
1
lua/plugins/git-conflict-nvim.lua
Normal file
1
lua/plugins/git-conflict-nvim.lua
Normal file
@ -0,0 +1 @@
|
|||||||
|
require('git-conflict').setup()
|
1
lua/plugins/nvim-pqf.lua
Normal file
1
lua/plugins/nvim-pqf.lua
Normal file
@ -0,0 +1 @@
|
|||||||
|
require('pqf').setup()
|
Loading…
Reference in New Issue
Block a user