Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hunleyd/neovim
My neovim config
https://github.com/hunleyd/neovim
Last synced: 9 days ago
JSON representation
My neovim config
- Host: GitHub
- URL: https://github.com/hunleyd/neovim
- Owner: hunleyd
- License: cc0-1.0
- Created: 2023-01-08T14:43:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-08T18:36:37.000Z (15 days ago)
- Last Synced: 2024-12-08T19:28:02.888Z (15 days ago)
- Language: Lua
- Size: 81.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# neovim/lua/hunleyd
## Install Instructions
> Install requires Neovim 0.9+. Always review the code before installing a configuration.
Clone the repository and install the plugins:
```sh
git clone [email protected]:hunleyd/neovim ~/.config/hunleyd/neovim
NVIM_APPNAME=hunleyd/neovim/lua/hunleyd nvim --headless +"Lazy! sync" +qa
```Open Neovim with this config:
```sh
NVIM_APPNAME=hunleyd/neovim/lua/hunleyd nvim
```## Plugins
### bars-and-lines
+ [luukvbaal/statuscol.nvim](https://dotfyle.com/plugins/luukvbaal/statuscol.nvim)
### color+ [mvllow/modes.nvim](https://dotfyle.com/plugins/mvllow/modes.nvim)
### colorscheme+ [0xstepit/flow.nvim](https://dotfyle.com/plugins/0xstepit/flow.nvim)
### completion+ [hrsh7th/nvim-cmp](https://dotfyle.com/plugins/hrsh7th/nvim-cmp)
### diagnostics+ [ravibrock/spellwarn.nvim](https://dotfyle.com/plugins/ravibrock/spellwarn.nvim)
### fuzzy-finder+ [nvim-telescope/telescope.nvim](https://dotfyle.com/plugins/nvim-telescope/telescope.nvim)
### icon+ [nvim-tree/nvim-web-devicons](https://dotfyle.com/plugins/nvim-tree/nvim-web-devicons)
### lsp+ [VonHeikemen/lsp-zero.nvim](https://dotfyle.com/plugins/VonHeikemen/lsp-zero.nvim)
+ [neovim/nvim-lspconfig](https://dotfyle.com/plugins/neovim/nvim-lspconfig)
### lsp-installer+ [williamboman/mason.nvim](https://dotfyle.com/plugins/williamboman/mason.nvim)
### markdown-and-latex+ [MeanderingProgrammer/markdown.nvim](https://dotfyle.com/plugins/MeanderingProgrammer/markdown.nvim)
+ [richardbizik/nvim-toc](https://dotfyle.com/plugins/richardbizik/nvim-toc)
### nvim-dev+ [nvim-lua/plenary.nvim](https://dotfyle.com/plugins/nvim-lua/plenary.nvim)
+ [MunifTanjim/nui.nvim](https://dotfyle.com/plugins/MunifTanjim/nui.nvim)
### plugin-manager+ [folke/lazy.nvim](https://dotfyle.com/plugins/folke/lazy.nvim)
### snippet+ [rafamadriz/friendly-snippets](https://dotfyle.com/plugins/rafamadriz/friendly-snippets)
+ [L3MON4D3/LuaSnip](https://dotfyle.com/plugins/L3MON4D3/LuaSnip)
### syntax+ [nvim-treesitter/nvim-treesitter](https://dotfyle.com/plugins/nvim-treesitter/nvim-treesitter)
### utility+ [BranimirE/fix-auto-scroll.nvim](https://dotfyle.com/plugins/BranimirE/fix-auto-scroll.nvim)
+ [echasnovski/mini.nvim](https://dotfyle.com/plugins/echasnovski/mini.nvim)
+ [jsongerber/thanks.nvim](https://dotfyle.com/plugins/jsongerber/thanks.nvim)
+ [sitiom/nvim-numbertoggle](https://dotfyle.com/plugins/sitiom/nvim-numbertoggle)
+ [stevearc/dressing.nvim](https://dotfyle.com/plugins/stevearc/dressing.nvim)
### workflow+ [m4xshen/hardtime.nvim](https://dotfyle.com/plugins/m4xshen/hardtime.nvim)
## Language Servers+ flow
This readme was generated by [Dotfyle](https://dotfyle.com)