more tmux removal

main
Steffen Rademacker 7 months ago
parent 4565a06df6
commit cfca1e8b6b

@ -24,7 +24,6 @@ cmp.setup({
},
{ name = 'path' },
{ name = 'vsnip' },
{ name = 'tmux', option = { all_panes = true } },
{ name = 'calc' },
}),
formatting = {
@ -34,7 +33,6 @@ cmp.setup({
buffer = "[Buffer]",
path = "[Path]",
vsnip = "[Snippet]",
tmux = "[tmux]",
calc = "[Calc]",
})[entry.source.name]
return vim_item

@ -39,7 +39,6 @@ require('lazy').setup({
'hrsh7th/nvim-cmp',
init = get_config('cmp'),
dependencies = {
'andersevenrud/cmp-tmux',
'hrsh7th/cmp-buffer',
'hrsh7th/cmp-cmdline',
'hrsh7th/cmp-calc',
@ -69,6 +68,7 @@ require('lazy').setup({
-- interface/code-navigation enhancements, git and others
{ 'lewis6991/gitsigns.nvim', config = true },
{ 'kevinhwang91/nvim-bqf', config = true },
{ 'nvim-lualine/lualine.nvim',
dependencies = { 'nvim-tree/nvim-web-devicons' },
opts = {
@ -115,7 +115,6 @@ require('lazy').setup({
},
-- investigating...
{ 'kevinhwang91/nvim-bqf', config = true },
{
"piersolenski/wtf.nvim",
dependencies = {
@ -157,7 +156,6 @@ require('lazy').setup({
},
plugins = {
gitsigns = { enabled = true },
tmux = { enabled = true },
},
},
},

@ -4,7 +4,6 @@ cleanup = true
disable = ["pnpm", "composer"]
no_retry = true
pre_sudo = true
run_in_tmux = false
set_title = false
skip_notify = true

Loading…
Cancel
Save