feat(nvim): add my plugins
This commit is contained in:
parent
931f3358b0
commit
588e3a5012
@ -2,7 +2,7 @@ return {
|
||||
"thek4n/mdimage.nvim",
|
||||
config = function()
|
||||
require("mdimage").setup({
|
||||
img_path = "/home/thek4n/.notes/.img",
|
||||
target_path = vim.env.HOME .. "/.notes/.img",
|
||||
})
|
||||
end
|
||||
}
|
||||
6
home/user/.config/nvim/lua/base/plugins/postman.lua
Normal file
6
home/user/.config/nvim/lua/base/plugins/postman.lua
Normal file
@ -0,0 +1,6 @@
|
||||
return {
|
||||
"thek4n/postman.nvim",
|
||||
config = function()
|
||||
require("postman").setup()
|
||||
end
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user