GitHub Trends
10.1K subscribers
15.3K links
See what the GitHub community is most excited about today.

A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel.

Author and maintainer: https://github.com/katursis
Download Telegram
#lua #neovim #neovim_lua_plugin #neovim_plugin

The **blink.cmp** plugin is a powerful completion tool for Neovim that offers several benefits. Here are the key points It updates on every keystroke with minimal overhead (0.5-4ms), making it very responsive.
- **Advanced Fuzzy Matching** It works out of the box with support for LSPs, external sources, snippets, and more. It also includes auto-bracket and signature help support.
- **Customizable** The plugin uses a grid-based layout for rendering the completion menu, allowing for flexible and efficient display of completion items.

Overall, blink.cmp provides a fast, intelligent, and highly customizable completion experience that can significantly enhance your coding workflow in Neovim.

https://github.com/Saghen/blink.cmp
#lua #neovim #neovim_conf #neovim_config #neovim_configuration #neovim_plugin #nvim

LazyVim is a way to set up Neovim that makes it easy to customize and extend your configuration. It combines the flexibility of starting from scratch with the convenience of a pre-configured setup. You can transform Neovim into a full-fledged IDE, easily add or remove plugins, and enjoy fast performance. It comes with sane default settings and many pre-configured plugins, making it easier to get started. To use LazyVim, you need Neovim version 0.9.0 or higher, Git, and a few other tools. The benefit to you is a highly customizable and efficient coding environment that saves time and effort in setting up your editor.

https://github.com/LazyVim/LazyVim
👍2
#fennel #fennel #motion #neovim #neovim_plugin #nvim #nvim_plugin #vim

Leap is a plugin for Neovim that helps you move around the editor quickly and efficiently. It allows you to jump to any position on the screen using just a few keystrokes. Here’s how it works:

- You enter a 2-character search pattern, and Leap shows you labels next to potential targets.
- After typing the second character, you can press the label key to jump to your target.
- This method is very fast, usually taking only 2-3 keystrokes, and reduces mental effort because you don't need to think about complex commands or context.

Using Leap makes navigating your text faster and easier, allowing you to focus more on editing and less on finding where you need to go.

https://github.com/ggandor/leap.nvim
#lua #neovim_plugin

`snacks.nvim` is a collection of small plugins for Neovim that improve your editing experience. It includes features like beautiful dashboards, efficient animations, better buffer management, and enhanced debugging tools. You can also customize notifications, file explorers, and terminal management. To use it, you need Neovim version 0.9.4 or higher and can install it using your package manager. This helps you work more efficiently and comfortably in Neovim by providing various quality-of-life improvements.

https://github.com/folke/snacks.nvim
👍1
#lua #lua #lualine #neovim #neovim_lua #neovim_plugin #neovim_statusline #nvim #statusline

**lualine.nvim** is a fast and customizable statusline plugin for Neovim. It allows you to easily configure your statusline using Lua, providing components like git branch, file information, and mode indicators. You can choose from various themes or create your own. This plugin loads only the specified components, making it efficient and quick to start up compared to other plugins[1][3]. Using lualine helps improve your workflow by giving you more control over how information is displayed in Neovim.

https://github.com/nvim-lualine/lualine.nvim
#lua #layout #lua #neovim #neovim_plugin #neovim_ui #nvim #plugin #scratchpad #ui #ux #zen_mode #zenmode

The no-neck-pain.nvim plugin for Neovim centers your active editing window by adding empty buffers on each side, creating padding that keeps your focus in the middle of the screen. It works right away without setup, supports multiple tabs, split windows, and integrates with popular file tree and dashboard plugins. You can customize its width, colors, and behavior, and even use the side buffers as scratchpads for notes. This helps reduce neck strain and improves focus, especially on wide monitors, by keeping your code or text centered and easy to read without distractions.

https://github.com/shortcuts/no-neck-pain.nvim
1