refactor(nvim): place neoclip config in packer use
This commit is contained in:
parent
eb0a840e7a
commit
1840d272d4
@ -1,3 +0,0 @@
|
|||||||
require("neoclip").setup({
|
|
||||||
enable_persistent_history = true,
|
|
||||||
})
|
|
@ -564,7 +564,9 @@ return packer.startup({
|
|||||||
{ "nvim-telescope/telescope.nvim" },
|
{ "nvim-telescope/telescope.nvim" },
|
||||||
},
|
},
|
||||||
config = function()
|
config = function()
|
||||||
require("plugins.configs._neoclip")
|
require("neoclip").setup({
|
||||||
|
enable_persistent_history = true,
|
||||||
|
})
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user