Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/luohuidong/nvim
- Owner: luohuidong
- Created: 2023-10-09T14:48:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-04T16:47:57.000Z (8 months ago)
- Last Synced: 2024-06-04T18:50:20.636Z (8 months ago)
- Language: Lua
- Homepage:
- Size: 99.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)