This repository contains my personal Neovim configuration. It includes plugins, key mappings, and other customizations to enhance the Neovim experience.
To install this configuration, follow these steps:
- Create a
nvimdirectory inside the.configfolder:
mkdir -p ~/.config/nvim- Clone this repository into the
nvimdirectory:
git clone [email protected]:realpoke/config.nvim.git ~/.config/nvim- Done! Everything should be installing on first boot.
-
Other dependencies: Some plugins may require additional tools (e.g.,
ripgrep,fzf, etc.). -
Note: This config is only intented for Linux.