nvim-ts-main

This commit is contained in:
iofq 2025-08-19 23:07:48 -05:00
parent ac26b74e43
commit 095e78128b
12 changed files with 195 additions and 413 deletions

View file

@ -13,9 +13,6 @@ return {
notification = {
wo = { wrap = true },
},
terminal = {
border = 'rounded',
},
},
terminal = { enabled = true },
indent = { enabled = true },
@ -88,13 +85,6 @@ return {
end,
desc = 'Fuzzy find smart',
},
{
'<leader>fe',
function()
Snacks.explorer()
end,
desc = 'snacks explorer',
},
{
'<leader>ff',
function()
@ -151,13 +141,6 @@ return {
end,
desc = 'Fuzzy find buffers',
},
{
'<leader>fn',
function()
Snacks.picker.notifications()
end,
desc = 'pick notifications',
},
{
'gO',
function()
@ -179,13 +162,6 @@ return {
end,
desc = 'pick notifications',
},
{
'<leader>jj',
function()
require('plugins.lib.snacks_jj').revs()
end,
desc = 'pick notifications',
},
},
},
}