My custom plugins
This commit is contained in:
parent
7def76648a
commit
f4b9fef63c
7 changed files with 84 additions and 0 deletions
9
lua/custom/plugins/op.lua
Normal file
9
lua/custom/plugins/op.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
'pstuifzand/op.nvim',
|
||||
build = 'make install',
|
||||
config = function()
|
||||
require('op').setup({
|
||||
op_cli_path = '/usr/bin/op',
|
||||
})
|
||||
end
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue