Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`