You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lightweight, optimized Vim configuration specifically designed for DevOps engineers with intelligent code completion, syntax highlighting, and essential tools for infrastructure management.
✨ Features
LSP Integration: Advanced code completion via CoC.nvim
DevOps Focused: Built-in support for Docker, Kubernetes, Terraform, Ansible
Code Quality: Automatic linting and formatting with ALE
Performance Optimized: Lazy loading for faster startup
Git Integration: Seamless version control workflow
Modern UI: Clean interface with file icons and status line
🚀 Quick Setup
Prerequisites
Install Vim and required dependencies:
macOS:
brew install vim
Ubuntu/Debian:
sudo apt update && sudo apt install vim -y
Installation
Clone the repository:
git clone https://github.com/maateen/vim-for-devops.git
cd vim-for-devops