https://github.com/haaag/neovim
the eternal neovim config
https://github.com/haaag/neovim
neovim-conf neovim-config neovim-configuration neovim-dotfiles neovim-lazy neovim-lua
Last synced: 6 months ago
JSON representation
the eternal neovim config
- Host: GitHub
- URL: https://github.com/haaag/neovim
- Owner: haaag
- Created: 2023-01-02T16:11:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-17T02:50:34.000Z (9 months ago)
- Last Synced: 2025-02-07T10:17:26.376Z (8 months ago)
- Topics: neovim-conf, neovim-config, neovim-configuration, neovim-dotfiles, neovim-lazy, neovim-lua
- Language: Lua
- Homepage:
- Size: 568 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
░░
███████ █████ ██████ ██ ██ ██ ██████████
░░██░░░██ ██░░░██ ██░░░░██░██ ░██░██░░██░░██░░██
░██ ░██░███████░██ ░██░░██ ░██ ░██ ░██ ░██ ░██
░██ ░██░██░░░░ ░██ ░██ ░░████ ░██ ░██ ░██ ░██
███ ░██░░██████░░██████ ░░██ ░██ ███ ░██ ░██
░░░ ░░ ░░░░░░ ░░░░░░ ░░ ░░ ░░░ ░░ ░░### 📦 Manager
- [lazy.nvim](https://github.com/folke/lazy.nvim) - 💤 lazy.nvim is a modern
plugin manager for Neovim.### 💫 LSP
- [neovim/nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) - A
collection of common configurations for neovim's built-in language server
client.
- [williamboman/mason.nvim](https://github.com/williamboman/mason.nvim) - Easily
install and manage LSP servers, DAP servers, linters, and formatters.
- [williamboman/mason-lspconfig.nvim](https://github.com/williamboman/mason-lspconfig.nvim) -
Bridges mason.nvim with the lspconfig plugin
- [j-hui/fidget.nvim](https://github.com/j-hui/fidget.nvim) - Standalone UI for
nvim-lsp progress. Eye candy for the impatient.
- [stevearc/conform.nvim](https://github.com/stevearc/conform.nvim) -
Lightweight yet powerful formatter plugin for Neovim
- [mfussenegger/nvim-lint](https://github.com/mfussenegger/nvim-lint) - An
asynchronous linter plugin for Neovim### 💻 Code
- [Saghen/blink.cmp](https://github.com/Saghen/blink.cmp) - Performant,
batteries-included completion plugin for Neovim.
- [stevearc/aerial.nvim](https://github.com/stevearc/aerial.nvim) -
A code outline window for skimming and quick navigation### 🧰 Tools & Tree-sitter
- [nvim-treesitter/nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) -
Treesitter configurations and abstraction layer for neovim.
- [nvim-treesitter/nvim-treesitter-textobjects](https://github.com/nvim-treesitter/nvim-treesitter-textobjects) -
Create your own textobjects using tree-sitter queries!.
- [echasnovski/mini.bufremove](https://github.com/echasnovski/mini.bufremove) -
Buffer removing (unshow, delete, wipeout) while saving window layout.
- [folke/todo-comments.nvim](https://github.com/folke/todo-comments.nvim) -
Highlight and search for todo comments like TODO, etc.### 🔎 Finders & Explorers
- [ibhagwan/fzf-lua](https://github.com/ibhagwan/fzf-lua) - Improved fzf.vim written in
lua.
- [stevearc/oil.nvim](https://github.com/stevearc/oil.nvim) -
A vim-vinegar like file explorer.
- [ggandor/leap.nvim](https://github.com/ggandor/leap.nvim) - Leap is a
general-purpose motion plugin for Neovim.
- [ggandor/flit.nvim](https://github.com/ggandor/flit.nvim) - f/F/t/T motions on
steroids, building on the Leap interface.### 🛠️ Git
- [lewis6991/gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim) - Super
fast git decorations implemented purely in lua/teal.
- [sindrets/diffview.nvim](https://github.com/sindrets/diffview.nvim) -
Interface for easily cycling through diffs for all modified files for any git
rev.
- [tpope/vim-fugitive](https://github.com/tpope/vim-fugitive) - Fugitive is the
premier Vim plugin for Git.### 🌈 Colorschemes
- ⭐[ellisonleao/gruvbox.nvim](https://github.com/ellisonleao/gruvbox.nvim) -
A port of gruvbox community theme to lua with treesitter and semantic
highlights support!### 🎨 UI
- [nvim-tree/nvim-web-devicons](https://github.com/nvim-tree/nvim-web-devicons) -
Nerd fonts moved some symbols with version 3.0
- [tzachar/local-highlight.nvim](https://github.com/tzachar/local-highlight.nvim) -
Using regexes and extmarks to highlight uses of word under the cursor.
- [echasnovski/mini.tabline](https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-tabline.md) -
Minimal and fast tabline showing listed buffers.
- [nvim-colorizer.lua](https://github.com/NvChad/nvim-colorizer.lua) -
High-performance color highlighter which has no external dependencies!.
- [echasnovski/mini.clue](https://github.com/echasnovski/mini.clue) - Show next
key clues### 🚧 Misc
- [toppair/peek.nvim](https://github.com/toppair/peek.nvim) - Markdown preview
plugin for Neovim.