Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months ago
JSON representation
🥰 This is my simple and powerful JavaScript developer setup for nvim. Enjoy it
- Host: GitHub
- URL: https://github.com/maikonalexandre/neovim-config
- Owner: maikonalexandre
- Created: 2024-08-11T20:25:54.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T18:55:34.000Z (4 months ago)
- Last Synced: 2024-10-11T22:42:42.796Z (3 months ago)
- Topics: git, lsp, lua, lualine, neotree, nvim, telescope
- Language: Lua
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**