Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 910 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 910 Bytes

Neovim Config 🛠️

This repository contains my personal Neovim configuration, written in Lua. It is designed to provide an efficient and feature-rich development environment.

Plugins 🧩

The plugins.lua file contains the complete list of plugins used in this configuration, including:

  • LSP and Treesitter for language support
  • Telescope for fuzzy finding
  • Gitsigns and Fugitive for Git integration
  • Lualine for a sleek status line
  • And many more!

For a detailed list, please refer to the plugins.lua file.

Customization ✨

Feel free to customize this configuration to better suit your preferences. Modify the init.lua file and the files in the lua folder to add or change settings. You can also add or remove plugins in the plugins.lua file.

License ⚖️

This Neovim configuration is available under the MIT License. For more details, see the LICENSE file.