Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maikonalexandre/neovim-config

🥰 This is my simple and powerful JavaScript developer setup for nvim. Enjoy it
https://github.com/maikonalexandre/neovim-config

git lsp lua lualine neotree nvim telescope

Last synced: 5 days ago
JSON representation

🥰 This is my simple and powerful JavaScript developer setup for nvim. Enjoy it

Awesome Lists containing this project

README

        

## 🥰 This is my neo-vim config, enjoy it



![neovim](https://github.com/user-attachments/assets/28081bbb-cf37-4c2f-b689-c2b9be61319f)

![Captura de tela de 2024-09-05 17-43-45](https://github.com/user-attachments/assets/48241752-3214-4064-a1eb-867c2711c8ab)

### 🧩 what you will see around here

- [**Catppuccin theme**](https://catppuccin.com/) - A soft and aesthetically pleasing theme for code editors, inspired by coffee.

- [**Autopairs**](https://github.com/windwp/nvim-autopairs) - A plugin that facilitates the automatic pairing of characters like parentheses and quotes for more efficient code writing.

- [**Gitsigns**](https://github.com/lewis6991/gitsigns.nvim) - A plugin that shows Git signs in the gutter, providing information about changes in the code directly in the editor.

- [**LSP config**](https://github.com/neovim/nvim-lspconfig) - Configuration for the Language Server Protocol (LSP) to support autocompletion, error checking, and code navigation in Neovim.

- [**Lualine**](https://github.com/nvim-lualine/lualine.nvim) - A lightweight and configurable status line for Neovim that displays information about the editor's state and the current file.

- [**Nvim-tree**](https://github.com/nvim-neo-tree/neo-tree.nvim) - A plugin that provides a file tree for quick and easy navigation through projects in Neovim.

- [**NerdCommentary**](https://github.com/preservim/nerdcommenter) - A plugin that simplifies adding and removing comments in various programming languages.

- [**Null-ls**](https://github.com/jose-elias-alvarez/null-ls.nvim) - A plugin to integrate external tools into Neovim, such as linters and formatters, into the LSP workflow.

- [**Telescope**](https://github.com/nvim-telescope/telescope.nvim) - A plugin that provides a powerful and extensible search interface for files, commands, and other Neovim functionalities.

- [**Treesitter**](https://github.com/nvim-treesitter/nvim-treesitter) - A plugin that uses tree-based parsing to provide syntax highlighting and improved code navigation in Neovim.

**And more**