universePrisoner / vim_setup

Basic setup for vim Front-End environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim config file

Terminal VIM configuration

VIM set up for regular work. You can take this and apply it for yourself partially.

Aim of this file is do more with native VIM features and less with plugins. But the plugins are awesome. I want to use VIM in more productive way then I use it now. Stay tune and read my .vimrc later to get more tricks and tips around the 3W.

Features:

  • show and hide tabs : F3
  • toggle relative|absolute|none numbers : Leader+r

Use [CoC Engine|https://github.com/neoclide/coc.nvim] for autocompletion, linting and prettifying code.

Scaffolding

init.sh creates basic folders and copy all files from relative folders.

For testing purposes I use 'test' path inside the script to tests commands. To run the script properly you need to change it to "~" only.

About

Basic setup for vim Front-End environment


Languages

Language:Vim Script 95.2%Language:Shell 4.8%