more tmux removal

main
Steffen Rademacker 8 months ago
parent 4565a06df6
commit cfca1e8b6b

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

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

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

Loading…
Cancel
Save