diff options
author | Johannes Ranke <johannes.ranke@jrwb.de> | 2024-12-07 08:48:56 +0100 |
---|---|---|
committer | Johannes Ranke <johannes.ranke@jrwb.de> | 2024-12-07 08:48:56 +0100 |
commit | 12253d3e7c209f6aa77fe58e95a644eb355e1548 (patch) | |
tree | 28eec5029716e38ce2decda13b6da02f3bfc658b /nvim/lazy-lock.json | |
parent | 7574a02db9487ca02b15d17d01066c5d5ea8f83c (diff) |
Configure airline et al., remap <Leader> to backslashnvim-lua
Having <Space> as a <Leader> lead to a large lag (known for neovim
with the configuration).
Diffstat (limited to 'nvim/lazy-lock.json')
-rw-r--r-- | nvim/lazy-lock.json | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/nvim/lazy-lock.json b/nvim/lazy-lock.json deleted file mode 100644 index d8bbbbe..0000000 --- a/nvim/lazy-lock.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "R.nvim": { "branch": "main", "commit": "e1655b5616dff71edae0f52a651afc8d7433037c" }, - "lazy.nvim": { "branch": "main", "commit": "a44e9cd165e11fa61ccfbea2a3cc1aaa3bcfc4f1" }, - "nvim-treesitter": { "branch": "master", "commit": "53e20aa728713af5cb4a3e0e2dcfea18975d49fc" } -} |