From b19167a1ab1e6d3c21d67788d404c159aeaaf306 Mon Sep 17 00:00:00 2001 From: Squibid Date: Mon, 26 Jun 2023 11:28:27 -0400 Subject: replace gd and the likes with glance --- lua/core/binds.lua | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'lua/core/binds.lua') diff --git a/lua/core/binds.lua b/lua/core/binds.lua index 7a7fce0..66a2af5 100644 --- a/lua/core/binds.lua +++ b/lua/core/binds.lua @@ -59,8 +59,14 @@ a.nvim_create_autocmd('FileType', { }) -- plugin binds --------------------------------------------------------------- --- treesj -local treesj = require('treesj') + +-- pretty lsp view +map('n', 'gd', 'Glance definitions') +map('n', 'gr', 'Glance references') +map('n', 'gy', 'Glance type_definitions') +map('n', 'gi', 'Glance implementations') + +local treesj = require('treesj') -- treesj map('n', 'j', treesj.toggle) -- telescope -- cgit v1.2.1