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

@ -3,12 +3,10 @@ return {
'iofq/dart.nvim',
lazy = false,
priority = 1001,
config = true,
},
{
'windwp/nvim-autopairs',
event = 'VeryLazy',
config = true,
dependencies = 'nvim-mini/mini.nvim',
opts = {
label_marked_fg = 'cyan'
},
},
{
'nvim-treesitter/nvim-treesitter',
@ -20,20 +18,8 @@ return {
branch = 'main',
config = true,
},
{
'nvim-treesitter/nvim-treesitter-context',
opts = {
max_lines = 5,
min_window_height = 50,
},
},
},
},
{
'jinh0/eyeliner.nvim',
event = 'VeryLazy',
config = true,
},
{
'MeanderingProgrammer/render-markdown.nvim',
event = 'VeryLazy',
@ -86,21 +72,6 @@ return {
},
},
},
{
'ThePrimeagen/refactoring.nvim',
event = 'VeryLazy',
config = true,
keys = {
{ '<leader>rv', '<cmd>Refactor inline_var<cr>dd', mode = { 'n', 'x' } },
{
'<leader>rr',
function()
require('refactoring').select_refactor { prefer_ex_cmd = true }
end,
mode = { 'n', 'x' },
},
},
},
{
'stevearc/quicker.nvim',
event = 'VeryLazy',