WIP: update-upstream #4

Closed
cscherrNT wants to merge 69 commits from update-upstream into master
2 changed files with 2 additions and 2 deletions
Showing only changes of commit d7798fb74a - Show all commits

View File

@ -49,7 +49,7 @@ local options = {
}, },
}, },
extensions_list = { "themes", "terms", "fzf" }, extensions_list = { "themes", "terms" },
extensions = { extensions = {
fzf = { fzf = {
fuzzy = true, fuzzy = true,

View File

@ -229,7 +229,7 @@ local default_plugins = {
{ {
"nvim-telescope/telescope.nvim", "nvim-telescope/telescope.nvim",
dependencies = { "nvim-treesitter/nvim-treesitter", { "nvim-telescope/telescope-fzf-native.nvim", build = "make" } }, dependencies = { "nvim-treesitter/nvim-treesitter" },
cmd = "Telescope", cmd = "Telescope",
init = function() init = function()
require("core.utils").load_mappings "telescope" require("core.utils").load_mappings "telescope"