dotfiles

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

utilities.lua (348B)


      1 return {
      2   {
      3     "ibhagwan/fzf-lua",
      4     opts = function(_, opts)
      5       opts.winopts = {
      6         preview = {
      7           vertical = "down:65%",
      8           layout = "vertical",
      9         },
     10       }
     11     end,
     12   },
     13   {
     14     "mhinz/vim-signify",
     15   },
     16   {
     17     "stevearc/dressing.nvim",
     18     opts = {},
     19     event = "VeryLazy",
     20   },
     21   { "tpope/vim-fugitive" },
     22 }