Features • Requirements • Installation • Folder structure • Plugins • Wiki
Dark mode
Light mode
Modified light colors
- File explorer with neo-tree
- Autocompletion with blink.cmp
- Git integration with Gitsigns and Neogit
- Fuzzy finding with Telescope
- Formatting with conform.nvim and Linting nvim-lint
- Language Server Protocol
- Debug Adapter Protocol with Nvim DAP
- Beautiful UI with Catppuccin and Noice.nvim
- Fast code navigation with flash.nvim
- Neovim >= 0.10.0
- Git >= 2.19.0
- a Nerd Font
mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak
cd ~/.config
git clone https://github.com/ilias777/nvim.git
rm -rf ~/.config/nvim/.git
cd nvim
nvim init.lua
~/.config/nvim/
├── lua/ # Lua Folder
│ ├── config/ # Configuration
│ │ ├── lsp/ # LSP Configuration Folder
│ │ │ ├── servers/ # All LSP Servers
│ │ │ │ ├── <servername_1>.lua
│ │ │ │ ├── <servername_2>.lua
│ │ │ │ └── **
│ │ │ ├── diagnostic_config.lua
│ │ │ ├── diagnostic_keymaps.lua
│ │ │ ├── global.lua # Main LSP Configuration File
│ │ │ └── lsp_keymaps.lua
│ │ ├── autocommands.lua
│ │ ├── cursor.lua
│ │ ├── keymaps.lua
│ │ ├── lazy.lua
│ │ ├── options.lua
│ │ └── usercommands.lua
│ ├── lib/
│ │ └── icons.lua
│ ├── plugins/ # All Plugins
│ │ ├── <plugin-name_1>.lua
│ │ ├── <plugin-name_2>.lua
│ │ └── **
│ └── utils/ # Utility Files
│ ├── <utility-file_1>.lua
│ ├── <utility-file_2>.lua
│ └── **
├── snippets/
│ └── lua.json
├── spell/
│ ├── en.utf-8.spl
│ └── **
├── .luarc.json
└── init.lua # Main File
- Over 90 Plugins preinstalled
- Startuptime ~40ms - ~59ms
- Testet on MacOS 14.5 - M1 Pro

- lazy.nvim - A modern plugin manager.
- neo-tree - Manage and browse the file system.
- nvim-lspconfig - Configurations for the LSP client.
- mason - Install and manage LSP servers.
- mason-lspconfig - Bridge between mason and lsp-ocnfig.
- trouble.nvim - A pretty diagnostics, references, telescope results, quickfix and location list.
- glance.nvim - A pretty window for previewing, navigating and editing your LSP locations.
- inc-rename.nvim - Incremental LSP rename command.
- outline.nvim - Code outline sidebar powered by LSP.
- nvim-jdtls - Extensions for the built-in LSP support for eclipse.jdt.ls.
- blink.cmp - Completion plugin.
- conform.nvim - Lightweight yet powerful formatter plugin for Neovim.
- nvim-lint - An asynchronous linter plugin for Neovim.
- Catppuccin - Warm mid-tone dark theme.
- friendly-snippets - Snippets collection for a set of different programming languages.
- bufferline.nvim - A snazzy buffer line.
- lualine.nvim - A blazing fast statusline.
- flash.nvim - Navigate your code with search labels.
- hop.nvim - Jump anywhere in a document.
- nvim-spider - Use the w, e, b motions like a spider.
- advanced-git-search - Search your git history by commit message, content and author with Telescope.
- diffview.nvim - Interface for easily cycling through diffs.
- gitsigns - Git integration: signs, hunk actions, blame, etc.
- neogit - A Magit clone for Neovim
- indent-blankline - IndentLine replacement.
- noice.nvim - Replaces the UI for messages, cmdline and the popupmenu.
- nvim-autopairs - A minimalist autopairs.
- nvim-colorizer.lua - The fastest Neovim colorizer.
- nvim-notify - A fancy, configurable, notification manager.
- nvim-surround - A plugin for adding/changing/deleting surrounding delimiter pairs.
- nvim-toggler - Invert text.
- nvim-ufo - Ultra fold with modern looking and performance boosting.
- nvim-web-devicons - Show dev icons.
- rainbow-delimiters - Rainbow delimiters for Neovim with Treesitter.
- ssr.nvim - Treesitter based structural search and replace plugin.
- grug-far.nvim - Find And Replace plugin for neovim.
- statuscol.nvim - Configurable 'statuscolumn' with builtin segments and click handlers.
- toggleterm.nvim - A neovim lua plugin to help easily manage multiple terminal windows.
- multicursor.nvim - Multiple cursors.
- which-key.nvim - Popup of keybindings.
- yanky.nvim - Improved Yank and Put functionalities.
- zen-mode.nvim - Distraction-free coding.
- nvim-treesitter - Neovim Treesitter configurations and abstraction layer.
- nvim-treehopper - Region selection using hints on the abstract syntax tree of a document.
- nvim-treesitter-context - Shows the context of the currently visible buffer contents.
- nvim-treesitter-textobjects - Syntax aware text-objects, select, move, swap, and peek support.
- ts-node-action - A framework for executing functional transformations on Tree-sitter nodes.
- treewalker.nvim - Moving around code in a syntax tree.
- telescope.nvim - An extendable fuzzy finder. Find files, Filter, Preview, Pick. All in one!
- telescope-emoji.nvim - An extension for telescope.nvim that allows you to search emojis 😃.
- telescope-file-browser.nvim - A file browser extension for telescope.nvim.
- telescope-symbols.nvim - Ability of picking symbols and insert them at point.
- telescope-undo.nvim - Visualize your undo tree and fuzzy-search changes in it.
- telescope-zoxide - An extension for telescope.nvim that allows you operate zoxide within Neovim.
- Comment.nvim - Smart and powerful comment plugin.
- comment-box.nvim - Clarify and beautify your comments using boxes and lines.
- todo-comments.nvim - Highlight, list and search todo comments in your projects.
- nvim-dap - Debug Adapter Protocol client implementation for Neovim.
- nvim-dap-ui - A UI for nvim-dap.
- nvim-dap-vscode-js - nvim-dap adapter for vscode-js-debug.
- vimtex - A modern Vim and Neovim filetype and syntax plugin for LaTeX files.
- markdown-preview - Preview markdown on your browser.
- typst-preview.nvim - markdown, Typst, latex, html(inline) & YAML previewer.
Language Server | Description | Programming Language |
---|---|---|
cssls | Language services for CSS, LESS and SCSS | CSS |
emmet-language-server | A language server for emmet.io | HMLT - CSS |
html | Language services for HTML | HTML |
jsonls | JSON language service | JSON |
jdtls | Java language server | Java |
ts_ls | TypeScript & JavaScript Language Server | JavaScript |
ltex | Grammar checking of various markup languages | LaTex, Markdown |
texlab | Language Server Protocol for LaTeX | LaTex |
lua_ls | A language server that offers Lua language support | Lua |
ruff | Fast Python linter and code formatter, written in Rust | Python |
rust_analyzer | Rust compiler | Rust |
tinymist | Language server for Typst | Typst |
vue_ls | High-performance Vue language tooling based-on Volar.js | Vue |
yamlls | Language Server for YAML Files | YAML |