feat(nvim): configuration, refactoring, fixes

This commit is contained in:
2024-09-23 09:52:11 +03:00
parent 093f58f129
commit e22762255d
15 changed files with 427 additions and 375 deletions

View File

@@ -1,9 +1,5 @@
return {
-- fugitive.vim: A Git wrapper so awesome, it should be illegal
-- https://github.com/tpope/vim-fugitive
{ 'tpope/vim-fugitive' },
-- Git integration for buffers
-- https://github.com/lewis6991/gitsigns.nvim
{
@@ -19,7 +15,7 @@ return {
},
current_line_blame = false,
on_attach = function(bufnr)
local gs = package.loaded.gitsigns
local gs = require 'gitsigns'
local function map(mode, l, r, opts)
opts = opts or {}