mirror of https://github.com/LazyVim/starter
Update examples
parent
803bc181d7
commit
5b4d38efc8
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue