Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metafates/neovim
📝 My Neovim Config
https://github.com/metafates/neovim
lua neovim vim
Last synced: about 1 month ago
JSON representation
📝 My Neovim Config
- Host: GitHub
- URL: https://github.com/metafates/neovim
- Owner: metafates
- Created: 2022-02-04T12:10:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-23T18:59:11.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T19:35:32.175Z (over 1 year ago)
- Topics: lua, neovim, vim
- Language: Lua
- Homepage:
- Size: 2.03 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neovim config
## Plugins
- [wbthomason/packer.nvim](https://github.com/wbthomason/packer.nvim) - Package manager
- [ellisonleao/gruvbox.nvim](https://github.com/ellisonleao/gruvbox.nvim) - Theme
- [github/copilot.vim](https://github.com/github/copilot.vim) - AI code completion
- [neovim/nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) - LSP configuration
- [lukas-reineke/lsp-format.nvim](https://github.com/lukas-reineke/lsp-format.nvim) - LSP formatting
- [nvim-telescope/telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) - Fuzzy finder
- [nvim-telescope/telescope-fzf-native.nvim](https://github.com/nvim-telescope/telescope-fzf-native.nvim) - Fuzzy finder with C fzf
- [goolord/alpha-nvim](https://github.com/goolord/alpha-nvim) - Greeter
- [ggandor/leap.nvim](https://github.com/ggandor/leap.nvim) - Jump to words
- [nvim-treesitter/nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) - Syntax highlighting
- [folke/which-key.nvim](https://github.com/folke/which-key.nvim) - Keybindings
- [nvim-lualine/lualine.nvim](https://github.com/nvim-lualine/lualine.nvim) - Status line
- [norcalli/nvim-colorizer.lua](https://github.com/norcalli/nvim-colorizer.lua) - Color highlighting
- [echasnovski/mini.nvim](https://github.com/echasnovski/mini.nvim) - Mini plugins (comment, lsp completion, autopairs)
- [CRAG666/code_runner.nvim](https://github.com/CRAG666/code_runner.nvim) - Run code