fix(nvim): resolve merge conflict
This commit is contained in:
parent
3b3f3abe81
commit
66d22882a6
@ -1,17 +1,3 @@
|
|||||||
<<<<<<< HEAD
|
require("neoclip").setup({
|
||||||
local loaded, neoclip = pcall(require, "neoclip")
|
|
||||||
if not loaded then
|
|
||||||
return
|
|
||||||
end
|
|
||||||
neoclip.setup({
|
|
||||||
||||||| b136610 (feat(nvim): use loaded, plugin format)
|
|
||||||
local neoclip = pcall(require, "neoclip")
|
|
||||||
if not neoclip then
|
|
||||||
return
|
|
||||||
end
|
|
||||||
neoclip.setup({
|
|
||||||
=======
|
|
||||||
require('neoclip').setup({
|
|
||||||
>>>>>>> parent of b136610 (feat(nvim): use loaded, plugin format)
|
|
||||||
enable_persistent_history = true,
|
enable_persistent_history = true,
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user