From 8cc95ea22dc776fed0bb9d86d840ea8d3a92d91b Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Wed, 1 Apr 2026 01:42:48 +0200 Subject: feat!: necessary changes for 0.12, enable nvim.undotree --- lua/pml68/plugins/lang-specific.lua | 1 + lua/pml68/remap.lua | 4 ++++ 2 files changed, 5 insertions(+) (limited to 'lua/pml68') diff --git a/lua/pml68/plugins/lang-specific.lua b/lua/pml68/plugins/lang-specific.lua index 1b1547a..b1eff88 100644 --- a/lua/pml68/plugins/lang-specific.lua +++ b/lua/pml68/plugins/lang-specific.lua @@ -2,6 +2,7 @@ return { -- JSON { "b0o/schemastore.nvim", + lazy = false, }, -- Java { diff --git a/lua/pml68/remap.lua b/lua/pml68/remap.lua index 1f2d423..0af8323 100644 --- a/lua/pml68/remap.lua +++ b/lua/pml68/remap.lua @@ -62,6 +62,10 @@ vim.keymap.set("n", "gt", "GoMod tidy") -- Screenkey vim.keymap.set("n", "sk", "Screenkey") +-- Undotree +vim.cmd("packadd nvim.undotree") +vim.keymap.set("n", "u", require("undotree").open) + -- Telescope vim.keymap.set('n', 'ff', "Telescope find_files", {}) vim.keymap.set('n', 'fw', "Telescope live_grep", {}) -- cgit v1.2.3