My custom plugins

This commit is contained in:
Peter Stuifzand 2024-02-22 21:02:36 +01:00
parent 7def76648a
commit f4b9fef63c
No known key found for this signature in database
7 changed files with 84 additions and 0 deletions

View file

@ -0,0 +1,9 @@
return {
'pstuifzand/op.nvim',
build = 'make install',
config = function()
require('op').setup({
op_cli_path = '/usr/bin/op',
})
end
}