swaydots

my dotfiles
git clone https://git.awy.one/swaydots.git
Log | Files | Refs | README | LICENSE

gitsigns.lua (101B)


      1 return {
      2   "lewis6991/gitsigns.nvim",
      3   config = function()
      4     require("gitsigns").setup()
      5   end,
      6 }