27 lines
612 B
Markdown
27 lines
612 B
Markdown
Neovim Config
|
|
=============
|
|
|
|
## What is this?
|
|
Personal configuration for neovim.
|
|
|
|
### Neovim Version
|
|
This configuration can only be used with Neovim version 0.10 and up
|
|
|
|
### External Dependencies
|
|
Some plugins require python extensions for neovim
|
|
|
|
#### Language Servers
|
|
`npm`, `pip`, and `git` commands are required for language server installations
|
|
|
|
|
|
### Installation
|
|
Download/Clone this git repo to ```$HOME/.config/nvim```
|
|
```sh
|
|
mkdir -p $HOME/.config
|
|
git clone "https://git.telosama.xyz/iang/neovim-config.git" $HOME/.config/nvim
|
|
```
|
|
|
|
## Philosophy
|
|
- Be simple as possible
|
|
- Text-editing focused, not an IDE
|