Skip to content

D3N2-A/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My NVIM config

Supported Ver 0.9.x

This is a repository containing my personal configuration for Neovim. It includes various plugins such as Telescope, Treesitter, LSP, and Packer.

Requirements

Installation

  1. Clone the repository: git clone https://github.com/your-username/neovim-config.git
  2. Navigate into the cloned directory: cd neovim-config
  3. Install the plugins using Packer: nvim +PackerInstall

Plugins

Telescope is a highly customizable fuzzy finder plugin for Neovim. It allows you to quickly search for files, buffers, git files, etc.

Treesitter is a powerful parsing tool for code. It provides syntax highlighting, indentation, and more, with a more accurate parsing method than the standard Neovim parser.

The Language Server Protocol (LSP) is a protocol for building tools to provide code editing features like code completion, go to definition, find all references, and more for a variety of programming languages. Neovim has built-in LSP support, which makes it easy to use with plugins that provide LSP features.

Packer.nvim is a fast package manager for Neovim plugins. It allows you to easily manage your plugins and keep them up to date.

Contributing

If you would like to contribute to this repository, please feel free to open an issue or a pull request. I am always open to suggestions for improving my Neovim configuration.