all repos

init.lua @ b4d06e1

my nvim config
2 files changed, 0 insertions(+), 30 deletions(-)
remove nvim-toggleterm
Author: Smirnov Olexander ss2316544@gmail.com
Committed at: 2022-04-12 20:17:55 +0300
Parent: cb3b563
M lua/fk/plugin.lua

@@ -49,14 +49,6 @@ config = get_setup "trouble",

} use { - "akinsho/toggleterm.nvim", - config = get_config "fk.plugin.terminal", - module = "toggleterm", - cmd = "ToggleTerm", - keys = "<C-t>", - } - - use { "nvim-telescope/telescope.nvim", cmd = "Telescope", module = "telescope",
D

@@ -1,22 +0,0 @@

-require("toggleterm").setup { - size = 20, - open_mapping = [[<c-t>]], - hide_numbers = true, - shade_filetypes = {}, - shade_terminals = true, - shading_factor = 2, - start_in_insert = true, - insert_mappings = true, - persist_size = false, - direction = "float", - close_on_exit = true, - shell = vim.o.shell, - float_opts = { - border = "curved", - winblend = 1, - highlights = { - border = "Normal", - background = "Normal", - }, - }, -}