update nvim

This commit is contained in:
2023-02-03 16:08:09 +01:00
parent c5d8b5ef2b
commit 057b357f05
19 changed files with 218 additions and 16 deletions

View File

@@ -1,4 +1,5 @@
return {
"kjuulh/ranger.nvim",
event = "UIEnter",
config = function() require("ranger").setup {} end,
}