2 files changed,
1 insertions(+),
7 deletions(-)
jump to
| M | lua/plugin.lua |
| M | lua/plugin/telescope.lua |
M
lua/plugin.lua
@@ -89,12 +89,6 @@ "rafamadriz/friendly-snippets",
}, } - -- use { - -- "max397574/better-escape.nvim", - -- event = "InsertEnter", - -- config = get_config "better_escape", - -- } - use { "nvim-treesitter/nvim-treesitter", branch = "0.5-compat",
M
lua/plugin/telescope.lua
@@ -50,7 +50,7 @@ },
pickers = { find_files = { theme = "ivy" }, live_grep = { theme = "ivy", only_sort_text = true }, - buffers = { theme = "dropdown", winblend = 10 }, + buffers = { theme = "ivy" }, oldfiles = { theme = "ivy" }, keymaps = { theme = "ivy" }, git_branches = { theme = "ivy" },