Skip to content

Commit

Permalink
fix(nvim): Remove duplicated plugin functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Mar 21, 2024
1 parent d519fc3 commit 563c2ab
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions nvim/lua/my/configure/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,6 @@ return {
},
{ 'echasnovski/mini.trailspace', event = 'BufRead', opts = {} },
{ 'max397574/better-escape.nvim', event = 'InsertEnter', opts = {} },
{
'Wansmer/treesj',
keys = {
{
'gS',
function()
require('treesj').toggle()
end,
desc = 'Toggle arrays/lists/etc. between single and multi line formats.',
},
},
opts = {
use_default_keymaps = false,
max_join_length = 300,
},
},
{
'saecki/crates.nvim',
event = { 'BufRead Cargo.toml' },
Expand Down

0 comments on commit 563c2ab

Please sign in to comment.