Skip to content

jahrik/ansible-nvim

Repository files navigation

NEOVIM

CICD

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

Plugins

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

OS Support

  • Arch

  • Ubuntu

Role Variables

Install or uninstall and cleanup directories and packages

install: true

Dependencies

None

Example Playbook

- hosts: all
  become: true
  vars:
    install: true
  roles:
    - jahrik.nvim

License

GPLv2

Author Information

[email protected]

https://homelab.business/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages