diff options
author | Johannes Ranke <johannes.ranke@jrwb.de> | 2024-12-06 21:49:13 +0100 |
---|---|---|
committer | Johannes Ranke <johannes.ranke@jrwb.de> | 2024-12-06 21:50:27 +0100 |
commit | 941e573e22d1c4b01e05b8cacc7a317bfb8eeaf8 (patch) | |
tree | 7f325a21f22664460fa18ebee4b8bd782d3b3b7a /nvim/lazy-lock.json | |
parent | 41103239de9942a1cd269d4e88d15128761d32d9 (diff) |
Experimental neovim configuration with lua
Currently, using the neovim appimage, nvimserver cannot be installed
Diffstat (limited to 'nvim/lazy-lock.json')
-rw-r--r-- | nvim/lazy-lock.json | 5 |
1 files changed, 5 insertions, 0 deletions
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" } +} |