textobjects

This commit is contained in:
Chris
2025-12-10 11:47:00 +00:00
parent e89dbcac87
commit d53821dbf7
3 changed files with 91 additions and 4 deletions

View File

@@ -258,6 +258,7 @@ vim.keymap.set('n', '<Leader>]', '<CMD>cnext<CR>', { desc = 'Next item in quickf
vim.keymap.set('n', '<Leader>[', '<CMD>cprevious<CR>', { desc = 'Previous item in quickfix list' })
vim.keymap.set('n', 'gd', '<CMD>Telescope lsp_definitions<CR>', { desc = 'Go to definition' })
local function open_test()
require('neotest').summary.open()
require('neotest').output_panel.open()