1 files changed,
9 insertions(+),
0 deletions(-)
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") }, }, }, }