Merge pull request 'neoclip corrections' (#22) from add-neoclip-2 into main
Reviewed-on: #22
This commit is contained in:
commit
1878ca5f5c
2 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@ return {
|
|||
enable_persistent_history = true,
|
||||
length_limit = 1048576,
|
||||
continuous_sync = false,
|
||||
db_path = vim.fn.stdpath("data") .. "/databases/neoclip.sqlite3",
|
||||
db_path = vim.fn.stdpath("data") .. "~/.config/databases/neoclip.sqlite3",
|
||||
filter = nil,
|
||||
preview = true,
|
||||
prompt = nil,
|
||||
|
|
|
@ -25,6 +25,7 @@ return {
|
|||
pcall(require("telescope").load_extension, "scaladex")
|
||||
pcall(require("telescope").load_extension, "ui-select")
|
||||
pcall(require("telescope").load_extension, "undo")
|
||||
pcall(require("telescope").load_extension, "neoclip")
|
||||
|
||||
-- See `:help telescope.builtin`
|
||||
vim.keymap.set("n", "<leader>?", require("telescope.builtin").oldfiles, { desc = "[?] Find recently opened files" })
|
||||
|
|
Loading…
Reference in a new issue