add paru config and ignore lock files

only minor tinkering otherwise
This commit is contained in:
fbachus
2026-01-23 01:59:35 +01:00
parent 3fdadd648b
commit 8a676a19c1
11 changed files with 280 additions and 340 deletions

View File

@@ -3,7 +3,7 @@ return {
"gennaro-tedesco/nvim-possession",
lazy = true,
keys = { "<Leader>s" },
config = true,
-- config = true,
opts = {
autoload = false, -- default false
autosave = true,
@@ -15,5 +15,4 @@ return {
},
},
},
{ "ibhagwan/fzf-lua", lazy = true },
}