Go to file
2024-01-25 23:42:14 +07:00
.vim/autoload Changes : 2022-04-15 01:51:16 +07:00
.gitignore Add gitignore 2022-03-24 00:07:53 +07:00
.tmux.conf Update tmux term mode 2022-10-20 11:23:40 +07:00
.vimrc Add wayland clipboard support 2024-01-25 23:42:14 +07:00
install.sh remove line break from .vim dir check 2022-07-07 00:37:00 +07:00
Readme.md UPDATES : 2022-07-07 00:10:27 +07:00

Infidel's personal config for CLI based workspaces

Maintenance

General Info

This is the essential VIM and Tmux configuration for cli based unix systems.

Clone

    git clone https://git.nnag.me/infidel/infidel_env.git

Setup

    ./install.sh -u user

VIM

This installation script now can execute :PlugUpdate on first setup.

Global

  • Leader remmaped to ,
  • Enabled more visual blocks with J and K
  • Auto tabbed lines from normal mode using >

NerdTree

Toggle NerdTree with . T

EasyAlign

Perform multiline visual select then enter ga. Next enter your preference alignment.

Goyo

Toggle Goyo from command input mode :Goyo or use the shortcut.

Limelight

Toggle Limelight from command input mode :Limelight or use the shortcut.

Autocomplete : CoC

CoC now can use tab to navigate completion list. Make sure the target machine have nodejs for CoC to run properly.

Airline

I use airline as status bar

CoC Extensions included :

  • coc-vimlsp for VIM script
  • coc-pyright for Python
  • coc-sh for SH scripts
  • coc-spell-checker : General spell checker in EN

Autocomplete : Completor

Completor is not good for servers, as it requires vim version with python support.

vimbox-draw

Create ASCII diagrams :

  • Visual select some box
  • invoke +o to create box or +O to create box with label
  • To add label into existing box, visual select the area then invoke +c

Future Improvement

  • Script automatically detect the environment (e.g. BSD)
  • Symlink instead of copy.
  • Deploy a scalable and portable environment.
  • Support Oh-My-Zsh installation
  • Diagnostic Feature -c or --check