first working bunch of plugins
This commit is contained in:
parent
dbba54cfd8
commit
eb1c7997a4
12 changed files with 223 additions and 0 deletions
7
lua/custom/plugins/swagger.lua
Normal file
7
lua/custom/plugins/swagger.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
{
|
||||
"vinnymeller/swagger-preview.nvim",
|
||||
build = "npm install -g swagger-ui-watcher",
|
||||
config = true,
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue