Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valeri879/neovim-configs
This repository contains a list of plugins I use in Neovim, managed using the Packer package manager.
https://github.com/valeri879/neovim-configs
Last synced: about 1 month ago
JSON representation
This repository contains a list of plugins I use in Neovim, managed using the Packer package manager.
- Host: GitHub
- URL: https://github.com/valeri879/neovim-configs
- Owner: valeri879
- Created: 2023-02-16T12:31:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-16T13:56:29.000Z (about 1 year ago)
- Last Synced: 2023-10-17T04:24:24.555Z (about 1 year ago)
- Language: Lua
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Neovim Plugin Setup
This repository contains a list of plugins I use in Neovim, managed using the Packer package
manager.
## Plugins 🚀- 📦 [wbthomason/packer.nvim](https://github.com/wbthomason/packer.nvim) - Plugin manager for Neovim
- 🎨 [ellisonleao/gruvbox.nvim](https://github.com/ellisonleao/gruvbox.nvim) - Gruvbox color scheme for Neovim
- 🌲 [nvim-tree/nvim-tree.lua](https://github.com/nvim-tree/nvim-tree.lua) - File explorer for Neovim
- 🔳 [nvim-tree/nvim-web-devicons](https://github.com/nvim-tree/nvim-web-devicons) - Devicons for nvim-tree
- 🌃 [folke/tokyonight.nvim](https://github.com/folke/tokyonight.nvim) - Dark color scheme for Neovim
- 📜 [nvim-lualine/lualine.nvim](https://github.com/nvim-lualine/lualine.nvim) - Statusline for Neovim
- 🌲 [nvim-treesitter/nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) - Syntax highlighting for Neovim
- 🌈 [NvChad/nvim-colorizer.lua](https://github.com/NvChad/nvim-colorizer.lua) - Colorizer for Neovim
- 🔥 [hrsh7th/nvim-cmp](https://github.com/hrsh7th/nvim-cmp) - Completion plugin for Neovim
- 💼 [hrsh7th/cmp-nvim-lsp](https://github.com/hrsh7th/cmp-nvim-lsp) - LSP completion source for nvim-cmp
- 🏷️ [windwp/nvim-ts-autotag](https://github.com/windwp/nvim-ts-autotag) - Automatically add HTML/XML tags
- 🔤 [aca/emmet-ls](https://github.com/aca/emmet-ls) - Emmet plugin for Neovim
- 🚀 [neovim/nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) - Common configurations for Neovim LSP clients
- 🗂️ [f-person/git-blame.nvim](https://github.com/f-person/git-blame.nvim) - Git blame plugin for Neovim
- 🚀 [startup-nvim/startup.nvim](https://github.com/startup-nvim/startup.nvim) - Startup time profiler for Neovim
- 🔗 [nvim-telescope/telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) - Fuzzy finder for Neovim
- 🗃️ [romgrk/barbar.nvim](https://github.com/romgrk/barbar.nvim) - Tabline plugin for Neovim## Installation
1. Make sure you have [Neovim](https://neovim.io/) installed on your system
2. Install Packer by running the following command:
- `git clone https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim`
- Clone this repository into your Neovim configuration directory:
- `git clone [email protected]:valeri879/Neovim-configs.git ~/.config/nvim`
- Launch Neovim and run the following command to install the plugins:
1. `:PackerInstall`
## Configuration
You can customize your plugin configuration by editing the `init.lua` file in your Neovim configuration directory. For more information on how to configure each plugin, please refer to their respective documentation.