Ansible Vim Bootstrap

Ansible role to setup Vim or NeoVim with vim-bootstrap
Alternatives To Ansible Vim Bootstrap
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Neovim69,860
11 hours ago1,658otherVim Script
Vim-fork focused on extensibility and usability
Fzf54,596811a day ago62April 17, 2021348mitGo
:cherry_blossom: A command-line fuzzy finder
Vim Plug32,045
8 days ago131mitVim Script
:hibiscus: Minimalist Vim Plugin Manager
Coc.nvim23,340823124 days ago108January 26, 202334otherTypeScript
Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
Nvchad19,534
2 days ago2August 19, 20213gpl-3.0Lua
Blazing fast Neovim config providing solid defaults and a beautiful UI, enhancing your neovim experience.
Lunarvim15,847
23 days ago83gpl-3.0Lua
🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.
Vim Galore15,684
2 months ago8cc-by-sa-4.0Vim script
:mortar_board: All things Vim!
Vim12,453
18 hours ago1,556mitTypeScript
:star: Vim for Visual Studio Code
Awesome Neovim11,792
a day ago8cc0-1.0
Collections of awesome neovim plugins.
Oni11,47734 years ago6April 02, 2017518mitTypeScript
Oni: Modern Modal Editing - powered by Neovim
Alternatives To Ansible Vim Bootstrap
Select To Compare


Alternative Project Comparisons
Readme

vim-bootstrap

Configure vimrc for vim-bootstrap.

Requirements

None.

Support languages

This role support all languages of vim-bootstrap.

Role Variables

  • vim_command: Target vim command (vim or nvim)
  • vim_langs: List of languages supported from vim-bootstrap
  • vim_frameworks: List of frameworks supported from vim-bootstrap
  • vim_theme: Vim color theme supported from vim-boostrap
  • vim_additional_plugins: List of plugins that you want to use

Dependencies

None.

Example Playbook

Simply usage: (Minimum config in vim-bootstrap)

- hosts: localhost
  connection: local
  roles:
    - attakei.vim_bootstrap

For Python engineer (Case of specify language)

- hosts: localhost
  connection: local
  roles:
    - role: attakei.vim_bootstrap
      vim_langs:
        - python

License

MIT License

Thanks

Popular Neovim Projects
Popular Vim Projects
Popular Text Editors Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Bootstrap
Language
Ansible
Vim
Role
Neovim