Merge branch 'nvim-develop' of git.pro100code.ru:t0xa/t0vim into nvim-develop
This commit is contained in:
commit
d05c69d8d5
2 changed files with 11 additions and 11 deletions
|
@ -1,12 +1,12 @@
|
|||
return {
|
||||
"nvim-telescope/telescope.nvim",
|
||||
dependencies = {
|
||||
{ "nvim-telescope/telescope-fzf-native.nvim", build = "make" },
|
||||
"nvim-lua/plenary.nvim",
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
"folke/todo-comments.nvim",
|
||||
},
|
||||
config = function()
|
||||
require "custom.telescope"
|
||||
end,
|
||||
"nvim-telescope/telescope.nvim",
|
||||
dependencies = {
|
||||
{ "nvim-telescope/telescope-fzf-native.nvim", build = "make" },
|
||||
"nvim-lua/plenary.nvim",
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
"folke/todo-comments.nvim",
|
||||
},
|
||||
config = function()
|
||||
require "custom.telescope"
|
||||
end
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
require("telescope").setup {
|
||||
defaults = {
|
||||
path_display = { "smart" },
|
||||
path_display = { shorten = 4 },
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue