summaryrefslogtreecommitdiff
path: root/README.md
blob: 02d214bff2edd1d1cf25b6e0523c9042d48a3979 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Jackson's nvim config

## Purpose

This is the config that I have spent the most time on, so I wanted it to have its own repo in case I need to move to another PC or something.

## Features

- Quick startup (less than a second)
- Sane keybinds (Whichkey)
- Plugin management (Packer)
- LSP and Autocomplete support (nvim-lsp, Mason, nvim-cmp)
- Snippets (Luasnip)
- Better syntax Highlighting (Treesitter)
- Multipurpose (programming, markdown, document writing)
- Integrated git support (vim-fugitive)


## Install

TODO: write this section