yossij / vimrc

My custom vimrc powered by vim-plug plugin manager and onedark theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vimrc

My custom vimrc

Sample image

How to install

Note: During the installation you'll be asked to press ENTER to continue. On first launch of vim the coc will configure itself.

curl -sL https://github.com/yossij/vimrc/raw/master/install_script/install.sh | bash -

Install with dependencies

  • Update packages
  • git
  • nodejs
curl -sL https://github.com/yossij/vimrc/raw/master/install_script/install_with_dep.sh | bash -

Under the hood

Plugin manager

vim-plug

Features

  • Tabs using vim buffers
  • Custom theme
  • Fuzzy search
  • Intellisense engine
  • File explorer
  • Add bookmarks to file explorer
  • Code completion/formatting/highlighting
  • Code folding
  • Git assistance
  • Syntax checking
  • Visual vertical line for indentation
  • Smart indentation
  • Tabs to spaces

Theme & Colorscheme

onedark

About

My custom vimrc powered by vim-plug plugin manager and onedark theme

License:MIT License


Languages

Language:Vim Script 85.9%Language:Shell 14.1%