Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 778 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 778 Bytes

Neovim Configuration: (for macOS)

This repository contains my fully customized Neovim configuration.


Colorscheme:

I use the catpuccin colorscheme for an appealing visual experience.


LSP (Language Servers Protocol):

Mason is employed to manage and install all necessary LSP servers, including python, JavaScript, Lua, and Markdown.


Essential Plugins:

Telescope:

A powerful, versatile fuzzy finder that offers quick navigation.

Copilot:

Leverages GitHub's Copilot for enhanced coding capabilities.

Treesitter:

Delivers exceptional autocompletion functionality.

Lazygit:

Integrated Git plugin, enabling push/pull/commit commands within Neovim.

Autopairs:

Automatically generates and completes symbol pairs like brackets as you type.