Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/szymonkubica/vim-configuration
https://github.com/szymonkubica/vim-configuration
Last synced: 7 days 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-26T17:19:36.000Z (about 1 month ago)
- Last Synced: 2024-12-26T18:24:00.710Z (about 1 month ago)
- Language: Lua
- Size: 103 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
```