master #1

Open
oli wants to merge 912 commits from master into lua
2 changed files with 0 additions and 2 deletions
Showing only changes of commit 045a1af8dc - Show all commits

View File

@@ -8,5 +8,4 @@ return {
patterns = { ".git", "_darcs", ".hg", ".bzr", ".svn", "Makefile", "package.json", "build_nvim", "real_path.txt" }, patterns = { ".git", "_darcs", ".hg", ".bzr", ".svn", "Makefile", "package.json", "build_nvim", "real_path.txt" },
}) })
end, end,
-- event = 'BufReadPre'
} }

View File

@@ -169,6 +169,5 @@ return {
require("telescope").load_extension("ui-select") require("telescope").load_extension("ui-select")
require('telescope').load_extension('fzf') require('telescope').load_extension('fzf')
-- require('telescope').load_extension('projects')
end end
} }