Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/h0i5/neovim.config
My own config for Neovim, using Lazy.
https://github.com/h0i5/neovim.config
Last synced: 14 days ago
JSON representation
My own config for Neovim, using Lazy.
- Host: GitHub
- URL: https://github.com/h0i5/neovim.config
- Owner: h0i5
- Created: 2024-11-26T09:38:43.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-26T09:54:31.000Z (about 1 month ago)
- Last Synced: 2024-12-05T14:18:35.579Z (23 days ago)
- Language: Lua
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Neovim config using Lazy.nvim
This is my neovim config using [Lazy.nvim](https://github.com/folke/lazy.nvim)
Plugins used:
- [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter)
- [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig)
- [harpoon](https://github.com/ThePrimeagen/harpoon)
- [lualine](https://github.com/nvim-lualine/lualine.nvim)
- [nvim-tree](https://github.com/nvim-tree/nvim-tree.lua)
- [nvim-surround](https://github.com/kylechui/nvim-surround)
- [telescope](https://github.com/nvim-telescope/telescope.nvim)
- [markdown-preview](https://github.com/iamcco/markdown-preview.nvim)
- [autoclose](https://github.com/m4xshen/autoclose.nvim)
- [copilot](https://github.com/github/copilot.vim)
- [NeoSolarized](https://github.com/Tsuzat/NeoSolarized.nvim)
Plugin installs can be found at `/lua/plugins/\*.lua`
Plugin setups are at `init.lua`