Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.43 KB

README.md

File metadata and controls

46 lines (36 loc) · 1.43 KB

Neovim Configuration

Streamlined Vim configuration for enhanced productivity. Tailored for developers with intuitive shortcuts, syntax highlighting, and essential plugins.Simplify your text editing experience with this repository.

Prerequisites

Dependencies Version Required
nvim 0.9.4 or higher
git 2.39.3 or higher
Nerd Font 3.x or higher
lazygit 0.40.2 or higher
gcc 15.0.0 or higher
ripgrep 13.0.x or higher
kitty 0.30.1 or higher
markdownlint 0.37.0 or higher
rust-analyzer 2021.10.4 or higher
lua-language-server 2.5.0 or higher

Installation

  • Remove the current Neovim configuration.
rm -rf ~/.config/nvim
rm -rf ~/.local/share/nvim
rm -rf ~/.local/state/nvim
rm -rf ~/.cache/nvim
  • Clone the new Neovim configuration.
git clone https://github.com/luisalcarasr/nvimrc.git ~/.config/nvim

Credits

Special thanks to the creators of LazyVim for streamlining the complexities of maintaining a Vim configuration. Your innovative approach has significantly eased the burden of customization, making the Vim experience more accessible and efficient.Gratitude for your dedication to simplifying the lives of developers everywhere.