all repos

init.lua @ 691e82bb943fefda5e992403d60b1c78330baeb4

my nvim config
1 files changed, 9 insertions(+), 0 deletions(-)
feat: add persistence.nvim
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2023-08-11 18:01:54 +0300
Parent: ee9f913
M lua/plugins/common.lua

@@ -1,3 +1,4 @@

+local map = require("core.utils").smap return { { "ahmedkhalf/project.nvim",

@@ -34,6 +35,14 @@ event = "InsertEnter",

opts = { check_ts = true, disable_filetype = { "TelescopePrompt", "clojure", "markdown" }, + }, + }, + { + "folke/persistence.nvim", + event = "BufReadPre", + config = {}; + keys = { + { "<leader>pp", map("persistence", "load") }, }, }, }