From 941e573e22d1c4b01e05b8cacc7a317bfb8eeaf8 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 6 Dec 2024 21:49:13 +0100 Subject: Experimental neovim configuration with lua Currently, using the neovim appimage, nvimserver cannot be installed --- nvim/lazy-lock.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 nvim/lazy-lock.json (limited to 'nvim/lazy-lock.json') diff --git a/nvim/lazy-lock.json b/nvim/lazy-lock.json new file mode 100644 index 0000000..d8bbbbe --- /dev/null +++ b/nvim/lazy-lock.json @@ -0,0 +1,5 @@ +{ + "R.nvim": { "branch": "main", "commit": "e1655b5616dff71edae0f52a651afc8d7433037c" }, + "lazy.nvim": { "branch": "main", "commit": "a44e9cd165e11fa61ccfbea2a3cc1aaa3bcfc4f1" }, + "nvim-treesitter": { "branch": "master", "commit": "53e20aa728713af5cb4a3e0e2dcfea18975d49fc" } +} -- cgit v1.2.1