Update examples

pull/109/head
Erik Alfredsson 2025-01-17 19:25:34 +01:00
parent 803bc181d7
commit 5b4d38efc8
1 changed files with 7 additions and 20 deletions

View File

@ -40,27 +40,14 @@ return {
end, end,
}, },
-- change some telescope options and a keymap to browse plugin files -- change fzf-lua config to add icon support
{ {
"nvim-telescope/telescope.nvim", "ibhagwan/fzf-lua",
keys = { -- optional for icon support
-- add a keymap to browse plugin files dependencies = { "nvim-tree/nvim-web-devicons" },
-- stylua: ignore -- or if using mini.icons/mini.nvim
{ -- dependencies = { "echasnovski/mini.icons" },
"<leader>fp", opts = {},
function() require("telescope.builtin").find_files({ cwd = require("lazy.core.config").options.root }) end,
desc = "Find Plugin File",
},
},
-- change some options
opts = {
defaults = {
layout_strategy = "horizontal",
layout_config = { prompt_position = "top" },
sorting_strategy = "ascending",
winblend = 0,
},
},
}, },
-- add pyright to lspconfig -- add pyright to lspconfig