Not gook big commit...

This commit is contained in:
Yorick Barbanneau 2022-04-15 16:32:43 +02:00
parent f1b7a59595
commit 6829f75639
10 changed files with 162 additions and 61 deletions

View file

@ -1,17 +1,24 @@
NeoVim Setup files
===============
This is my NeoVim setup with Vim-Plug and plugins :
* Base16 themes
* Syntastic plugin
* NerdTree plugin
* Vim-Airline
This is mys neovim configuration with lua and paq plugins manager
## Installation
This Nvim installation need somes dependencies:
* gcc (Tree-Sitter)
* g++ (Tree-Sitter)
* clang (Tree-sitter)
For install plugins, you need to execute neovim with arguments like below
```
nvim --headless -u NONE -c 'lua require("plugins").bootstrap_paq()'
```
This repository is installable with [dotinstall][l_dotinstall] :
```
dotinstall https://git.epha.se/ephase/vim.git
dotinstall https://git.epha.se/ephase/dotinstall.git
```