mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-14 15:09:44 +00:00
@@ -192,6 +192,19 @@ return require('packer').startup(function(use)
|
||||
require('config.tagbar')
|
||||
end,
|
||||
})
|
||||
-- BETTER editor
|
||||
use({
|
||||
'vinnymeller/swagger-preview.nvim',
|
||||
run = "npm install -g swagger-ui-watcher",
|
||||
config = function()
|
||||
require("swagger-preview").setup({
|
||||
-- The port to run the preview server on
|
||||
port = 9000,
|
||||
-- The host to run the preview server on
|
||||
host = "localhost",
|
||||
})
|
||||
end,
|
||||
})
|
||||
|
||||
-- LANGUAGES
|
||||
use({
|
||||
|
||||
Reference in New Issue
Block a user