Working on Neogit keybind integration, plus other changes

This commit is contained in:
venus
2026-05-31 19:45:22 -05:00
parent 85d4c44b31
commit ccbebb5ceb
6 changed files with 148 additions and 87 deletions

View File

@@ -72,6 +72,14 @@ return { -- adds lsp functionality and api for included languages
},
},
},
}
}
}
},
{
'NMAC427/guess-indent.nvim',
config = function()
require('guess-indent').setup ({
filetype_exclude = {"lua"},
})
end,
}, -- Detect tabstop and shiftwidth automatically
}