personal configuations

merge conflicts adjusted
This commit is contained in:
ngorana 2024-08-09 11:10:39 +01:00
parent 1860184830
commit 373c8dc5d3
12 changed files with 318 additions and 144 deletions

View file

@ -8,6 +8,7 @@ return {
opts = {
on_attach = function(bufnr)
local gitsigns = require 'gitsigns'
gitsigns.toggle_current_line_blame()
local function map(mode, l, r, opts)
opts = opts or {}