diff --git a/nvim/lua/config/cmp.lua b/nvim/lua/config/cmp.lua index e8846716..979f48b9 100644 --- a/nvim/lua/config/cmp.lua +++ b/nvim/lua/config/cmp.lua @@ -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 diff --git a/nvim/lua/plugins.lua b/nvim/lua/plugins.lua index dd00601b..8deda88f 100644 --- a/nvim/lua/plugins.lua +++ b/nvim/lua/plugins.lua @@ -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 }, }, }, }, diff --git a/topgrade.toml b/topgrade.toml index dd6b9a85..cd193992 100644 --- a/topgrade.toml +++ b/topgrade.toml @@ -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