Skip to content

barnolacesc/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim Plugins Overview

This is my current personal configuration for Neovim with various plugins to enhance functionality, including LSP support, fuzzy finding, code completion, and UI customization. Feel free to use it and change the settings as you like.

Settings.lua

This file has the configuration of the nvim environment.

Remaps.lua

Has all the remaps for nvim to work as I intended and i find more comfortable to use

Plugin List

Automatically closes pairs of brackets, parentheses, quotes, and other delimiters as you type, improving code writing speed and reducing errors. Also tabs when creating {} and pressing return, for example.

Git integration for Neovim. Fugitive allows you to execute Git commands within Neovim, making it easy to manage repositories, commits, branches, and more from within the editor.

A popular color scheme for Neovim. Visually appealing and comfortable theme with various contrast options. Pastel-like.

Integrates LuaSnip with various snippets to speed up coding in Neovim. It enables customizable snippets for different programming languages and includes an intuitive UI for snippet management.

Provides a customizable statusline that shows useful information, such as file name, mode, and git branch.

Sets up Language Server Protocol (LSP) support in Neovim, allowing you integration with language servers for features like auto-completion, diagnostics, and go-to-definition.

I mainly use it to install the LSP's linters and formatters for every language that i need to use.

Integrates external tools like linters and formatters with Neovim using the LSP interface. This allows you to run code formatters and linters seamlessly within the editor.

A completion plugin for Neovim. It provides intelligent code completion and integrates with various sources, including LSP, snippets, and buffers, to offer a smooth and efficient auto-completion experience.

Has four other dependencies:

Adds file-type icons to Neovim, enhancing the UI with clear visual cues for different types of files (e.g., Python, Lua, Markdown, etc.), improving file navigation and identification.

A collection of Lua utilities for Neovim, providing helpful functions for plugin development, testing, and other common tasks. It's a dependency for several other Neovim plugins.

An amazing fuzzy finder for Neovim. Telescope allows you to search for files, buffers, LSP symbols, and more using a fuzzy search interface. It integrates with other plugins for enhanced functionality.

A plugin that displays a popup showing available keybindings when you press a key prefix. It helps you learn and remember key mappings for various commands, making navigation and actions in Neovim easier.


Installation

All plugins are installed using lazy.nvim, a fast and efficient plugin manager for Neovim. Make sure to install lazy.nvim first and then use the setup configuration provided for these plugins.

Usage

Each plugin provides its functionality immediately after installation and configuration.

It is arranged in a way that there is the lua/plugins folder that holds the instalation and configuration of each plugin. The plugins are automatically installed when the file is created properly.

For detailed usage instructions, refer to each plugin’s documentation.

This configuration can work and has been tested in both MacOs Sequoia 15.1.1 and Windows 11.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages