all repos

init.lua @ 45cbf16

my nvim config
2 files changed, 1 insertions(+), 7 deletions(-)
fixup! Delete better-escape plugin
Author: flof-ik ss2316544@gmail.com
Committed at: 2022-02-20 12:53:11 +0200
Parent: 4e3e2fb
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" },