Skip to content

Files

Latest commit

author
BrunoCiccarino
Jan 19, 2025
8e444cf · Jan 19, 2025

History

History
68 lines (49 loc) · 1.53 KB

README.md

File metadata and controls

68 lines (49 loc) · 1.53 KB

webdev.nvim

A webdev toolkit for nvim, easily turn your neovim into an integrated development environment for webdev!

🎨 plugin previews

preview_01 preview_02 preview_03

🌟 Features

  • friendly interface
  • integrated live-server
  • dependencies management

Installation

{
    "BrunoCiccarino/webdev.nvim",
    dependencies = { 
        "ColinKennedy/mega.cmdparse", 
        "ColinKennedy/mega.logging", 
        "stevearc/dressing.nvim",
        "rcarriga/nvim-notify"
    }
},

⚙️ Config

{
    args = { '--port=5500' },
}

🖮 Keymap

<leader>wt -- for open ui

Tracking Updates

See doc/news.txt for updates.

👏 Acknowledgements

This project thanks everyone who inspired it

Other Plugins