pwiecha / vimrc_simple

Minimal vim config used for working on terminals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple vim config for Python / Verilog developement

The intention was to provide a starting point for config Plugins are managed using vim-plug
Works with Vim versions < 8, and 256 color terminal
Plugins used:

  • verilog/systemverilog (syntax)
  • (visual) indent guides
  • flake8 (python syntax/style/complexity checker) Colorscheme: default but gnome term profile colors are provided in gnom_term_gruvbos_light_colors file Clone the repo and link your .vimrc to .vimrc provided

The vimrc is heavily commented so you can modify it to your needs

About

Minimal vim config used for working on terminals

License:BSD 2-Clause "Simplified" License


Languages

Language:Vim Script 100.0%