My vim configuration
Find a file
2022-08-05 23:15:17 +02:00
conf/nvim Update theme 2022-08-05 23:15:17 +02:00
bootstrap remove nvim-gtk from required command 2021-10-05 22:57:50 +02:00
README.md Not gook big commit... 2022-04-15 16:32:43 +02:00

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