all repos

init.lua @ 9cdf4383728a801438db26b9e0eef14868542f9c

my nvim config
1 files changed, 1 insertions(+), 0 deletions(-)
feat(oil): dont how .jj in file browser
Author: Olexandr Smirnov olexsmir@gmail.com
Committed at: 2025-08-11 00:11:39 +0300
Parent: a4c26cb
M lua/plugins/navigation.lua

@@ -39,6 +39,7 @@ if

({ [".."] = {}, -- annoying as hell [".git"] = {}, + [".jj"] = {}, [".docker"] = {}, ["build"] = {}, ["dist"] = {},