chore: add .env to .gitignore file to exclude it from version control

docs: add README.md file with an introduction, installation instructions, and personalization note for Absolute VIM Configuration
This commit is contained in:
David Ibia
2024-01-01 21:38:22 +01:00
parent e454b4a8b9
commit 4e36594907
2 changed files with 16 additions and 0 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# Absolute VIM Configuration
## Introduction
Here's the VIM configuration I'm going to be using for most of my professional work this year.
There may be changes as I discover new plugins. I intent to personalize this to my taste and
coding conventions. Feel free to try it out if you fancy 😄.
## Installation
```bash
git clone https://github.com/boxpositron/absolute-vim ~/.config/nvim --depth 1 && nvim
```