Code Monkey home page Code Monkey logo

vim-for-devops's Introduction

VIM for DevOps

An awesome lightweight Vim for DevOps Engineers.

Install VIM

MacOSX

Please, open a terminal and play this command to install the latest vim.

$ brew install vim

Ubuntu

Please, open a terminal and play these commands to install the latest vim.

$ sudo apt update && sudo apt install vim -y

Set Up VIM for DevOps

Play these commands on Terminal to set up Vim for DevOps.

$ git clone [email protected]:maateen/awesome-vimrc.git
$ cd awesome-vimrc
$ bash install.sh

Supported Languages

  • Dockerfile
  • Golang
  • HCL
  • Markdown
  • Nginx
  • Python3
  • Terraform
  • TOML
  • Vagrant
  • YAML

Shortcuts

The Leader key is a way of extending the power of VIM's shortcuts by using sequences of keys to perform a command. The default leader key is comma (,) key.

Key Description
Ctrl-i Toggle IDE mode in VIM
Ctrl-g Enable Git Gutter
Ctrl-f Toggle Fullscreen mode
Ctrl-t Toggle NerdTree
Ctrl-n Move focus to NERDTree window
Ctrl-d Toggle Terminal below current tab
,cc Comment out the current line or text selected in visual mode.
,cu Uncomments the selected line(s). Read More

Plugins

Name Lazy Loading On For
joshdick/onedark.vim
jiangmiao/auto-pairs
preservim/nerdcommenter
airblade/vim-gitgutter GitGutter
junegunn/goyo.vim Goyo
preservim/nerdtree NERDTree
xuyuanp/nerdtree-git-plugin NERDTree
ryanoasis/vim-devicons NERDTree
tiagofumo/vim-nerdtree-syntax-highlight NERDTree
ekalinin/Dockerfile.vim dockerfile
fatih/vim-go go
plasticboy/vim-markdown markdown
chr4/nginx.vim nginx
hashivim/vim-terraform hcl, terraform
cespare/vim-toml toml
hashivim/vim-vagrant vagrant
stephpy/vim-yaml yaml


Made with ❤️ for DevOps Engineers by DevOps Engineer

vim-for-devops's People

Contributors

maateen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

vim-for-devops's Issues

#solved

I have faced the two problems. My vim version 8.0

  1. YouCompleteMe unavailable: requires Vim compiled with Python (2.7 or 3.4+) support.
    Press ENTER or type command to continue
  2. Error detected while processing function jedi#init_python:
    line 7:
    Error: jedi-vim failed to initialize Python: jedi-vim requires Vim with support
    for Python 2 or 3. (in function jedi#init_python[3]..69_init_python, line 5

Error: jedi-vim failed to initialize Python: jedi-vim requires Vim with support
for Python 2 or 3. (in function jedi#init_python[3]..69_init_python, line 5
2)
Press ENTER or type command to continue

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.