This repository contains my personal Neovim configuration.
- Clone this repository:
git clone https://github.com/morwald/nvim.git ~/.config/nvim- Launch Neovim:
Open Neovim by running nvim in your terminal. The plugin manager lazy.nvim will automatically trigger the installation of plugins on the first launch.
- Organized configuration setup with lazy.nvim
- Utilizes various plugins for enhanced functionality:
- LSP integration with easy installation of servers, formatting, and linting:
- Syntax highlighting with nvim-treesitter
- Completion engine blink.cmp
- Convenient terminals through toogleterm.nvim
- Fuzzy file search telescope.nvim
- Git integration through neogit and gitsigns.nvim
- And more...
- Colorscheme: catppuccin
