Installs neovim and configures it with Lua.
Uses packer for plugins management. Bootstraps packer, if it's not already installed.
Installs Nerd Fonts to
~/.local/share/fonts
The following plugins are installed and configured
- nvim-telescope
- nightfox
- nvim-tree
- nvim-web-devicons
- barbar
- filetype
- better-whitespace
- lualine
- vim-test
- which-key.nvim
- treesitter
- trouble
- lsp-zero
-
Arch
-
Ubuntu
Install or uninstall and cleanup directories and packages
install: true
None
- hosts: all
become: true
vars:
install: true
roles:
- jahrik.nvim
GPLv2