Skip to content

elC0mpa/neovim-configuration

Folders and files

NameName
Last commit message
Last commit date
Aug 15, 2023
May 4, 2022
Aug 15, 2023
Sep 12, 2023
Dec 19, 2021
Aug 15, 2023
Feb 7, 2023
Feb 12, 2023
Feb 7, 2023
Jun 29, 2023
Feb 6, 2023
Feb 7, 2023
May 4, 2022
Jun 29, 2023
Sep 12, 2023
Sep 12, 2023
Sep 12, 2023
Feb 7, 2023
Jul 24, 2023
Feb 7, 2023
Jul 24, 2023
Nov 5, 2022
Sep 12, 2023
Sep 12, 2023

Repository files navigation

Neovim Configuration

Build and Release Installers

This Neovim configuration is tailored for a streamlined and feature-rich development experience. It includes various tools and settings to enhance productivity and ease of use.

Features

Syntax Highlighting & Color Schemes

  • Treesitter integration for modern syntax highlighting.
  • Additional features like rainbow brackets and text subjects.
  • Gruvbox color scheme with dark contrast.

User Interface Enhancements

  • Status bar with Lualine.
  • File tree explorer with Nvim-tree.
  • Tab and buffer management with Bufferline.
  • Indentation visualization with Indent-blankline.

Code Editing & Navigation

  • Autocomplete with Coc.nvim.
  • Auto-pairing of brackets.
  • Multiple cursor support.
  • Navigation using Telescope for file searching, live grep, buffer switching, and more.
  • Custom key mappings for quick navigation, saving, quitting, etc.

Integrated Development Environment (IDE) Features

  • Integrated terminal with Toggleterm.
  • Easy commenting with Comment.nvim.
  • Task management with Todo-comments.

Git Integration

  • Inline Git signs and information with Gitsigns.

Installation & Usage

Linux

Execute the following command to install:

curl -sSL installer-linux.sh | bash

Windows

Download and execute installer-windows.exe from the releases page.

Customization

You can customize the configuration by editing the relevant files in the ~/.config/nvim directory. Make sure to consult the respective plugin documentation if you need help with individual plugins.


Please note that this configuration might require Neovim 0.5 or higher, and some plugins might need additional dependencies to be installed on your system.