dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

persistence.lua (102B)


      1 return {
      2   "folke/persistence.nvim",
      3   event = "BufReadPre", -- load only when needed
      4   opts = {},
      5 }
      6