dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

utilities.lua (220B)


      1 return {
      2   {
      3     "ibhagwan/fzf-lua",
      4     opts = {},
      5   },
      6   {
      7     "lewis6991/gitsigns.nvim",
      8     opts = {},
      9   },
     10   {
     11     "stevearc/dressing.nvim",
     12     opts = {},
     13     event = "VeryLazy",
     14   },
     15   { "tpope/vim-fugitive" },
     16 }