Not gook big commit...
This commit is contained in:
parent
f1b7a59595
commit
6829f75639
10 changed files with 162 additions and 61 deletions
21
README.md
21
README.md
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue