https://github.com/szymonkubica/vim-configuration
https://github.com/szymonkubica/vim-configuration
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/szymonkubica/vim-configuration
- Owner: SzymonKubica
- Created: 2022-08-31T08:12:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-28T21:31:15.000Z (5 months ago)
- Last Synced: 2025-01-18T14:28:33.489Z (4 months ago)
- Language: Lua
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neovim Configuration
This repository contains my neovim configuration.
## Quick Start Guide
1. Installing packer.nvim
Install Packer - the neovim package manager using the instructions [here](https://github.com/wbthomason/packer.nvim#:~:text=for%20this%20note)-,Quickstart,-To%20get%20started)
2. Downloading all required packages
Navigate into the `lua/szymon/packer.lua` file, open it in neovim and execute
the following command:
```
:source %
```
This will soruce the packer configuration into your currently running neovim.
After you do this, you can install all packages using:
```
:PackerSync
```