24 lines
514 B
Markdown
24 lines
514 B
Markdown
NeoVim Setup files
|
|
===============
|
|
|
|
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/dotinstall.git
|
|
```
|