Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luohuidong/nvim

Neovim Config for Web Developer
https://github.com/luohuidong/nvim

Last synced: 2 months ago
JSON representation

Neovim Config for Web Developer

Awesome Lists containing this project

README

        

# Frontend Neovim Config

A Neovim config for Frontend Development

## Plugins List

### Editor

- [nvim-tree](https://github.com/nvim-tree/nvim-tree.lua)
- [telescope](https://github.com/nvim-telescope/telescope.nvim)
- [aerial](https://github.com/stevearc/aerial.nvim): A code outline window for skimming and quick navigation
- [which-key](https://github.com/folke/which-key.nvim)
- [toggleterm](https://github.com/akinsho/toggleterm.nvim)
- [gitsigns](https://github.com/lewis6991/gitsigns.nvim)

### Appearance

- [barbecue](https://github.com/utilyre/barbecue.nvim): A VS Code like winbar for Neovim
- [bufferline](https://github.com/akinsho/bufferline.nvim): A snazzy bufferline for Neovim
- [dashboard-nvim](https://github.com/nvimdev/dashboard-nvim)
- [lualine](https://github.com/nvim-lualine/lualine.nvim)
- [lualine-lsp-progress](https://github.com/arkav/lualine-lsp-progress)
- [indent-blankline](https://github.com/lukas-reineke/indent-blankline.nvim)
- [tokyonight](https://github.com/norcalli/nvim-colorizer.lua)
- [trouble](https://github.com/folke/trouble.nvim)
- [web-devicons](https://github.com/nvim-tree/nvim-web-devicons)
- [treesitter](https://github.com/nvim-treesitter/nvim-treesitter)

### Code

- [comment](https://github.com/numToStr/Comment.nvim)
- [copilot](https://github.com/github/copilot.vim)
- [formatter](https://github.com/mhartington/formatter.nvim)
- [nvim-autopairs](https://github.com/windwp/nvim-autopairs)
- [nvim-cmp](https://github.com/hrsh7th/nvim-cmp)
- [nvim-colorizer](https://github.com/norcalli/nvim-colorizer.lua)
- [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig)